Print constructor

const Print(
  1. String text
)

Creates a print command.

Implementation

const Print(this.text);