Colorize class

Constructors

Colorize.new(Stdout stdout)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stdout Stdout
final

Methods

colorize(Color color, String text) → void
cyan(String text) → void
cyanMix(String cyanText, String text) → void
green(String text) → void
greenMix(String greenText, String text) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
red(String text) → void
redMix(String redText, String text) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited