Printer class

A simple colored console printer based on the message type. Uses ANSI escape codes for color output.

Constructors

Printer([PrintType? type])
Creates a Printer instance with an optional PrintType. If no type is provided, the message is printed with no color.

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