Printer class
A simple colored console printer based on the message type. Uses ANSI escape codes for color output.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String text) → void -
Writes
text
to the console using the color based on_type
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited