StdoutColor class
Constructors
- StdoutColor(int backgroundColor, int foregroundColor)
-
const
Properties
- backgroundColor → int
-
final
- endTag → String
-
no setter
- foregroundColor → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTag → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- cyan → const StdoutColor
- cyanBright → const StdoutColor
- green → const StdoutColor
- grey → const StdoutColor
- red → const StdoutColor
- white → const StdoutColor
- whiteBright → const StdoutColor
- yello → const StdoutColor