Colorize class
Constructors
- Colorize.new(Stdout stdout)
-
const
Properties
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