Print class final
A command that prints text to the terminal.
This command is equivalent to writing the text directly to the terminal.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSequence(
) → Sequence -
Returns the ANSI escape sequence for this command.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited