NamedColor class abstract

Constructors

NamedColor()

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

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

black → const int
blue → const int
brightBlack → const int
brightBlue → const int
brightCyan → const int
brightGreen → const int
brightMagenta → const int
brightRed → const int
brightWhite → const int
brightYellow → const int
cyan → const int
green → const int
magenta → const int
red → const int
white → const int
yellow → const int