AnsiBackgroundColor enum
Values
- black → const AnsiBackgroundColor
-
const AnsiBackgroundColor('40m')
- red → const AnsiBackgroundColor
-
const AnsiBackgroundColor('41m')
- green → const AnsiBackgroundColor
-
const AnsiBackgroundColor('42m')
- yellow → const AnsiBackgroundColor
-
const AnsiBackgroundColor('43m')
- blue → const AnsiBackgroundColor
-
const AnsiBackgroundColor('44m')
- magenta → const AnsiBackgroundColor
-
const AnsiBackgroundColor('45m')
- cyan → const AnsiBackgroundColor
-
const AnsiBackgroundColor('46m')
- white → const AnsiBackgroundColor
-
const AnsiBackgroundColor('47m')
- brightBlack → const AnsiBackgroundColor
-
const AnsiBackgroundColor('100m')
- brightRed → const AnsiBackgroundColor
-
const AnsiBackgroundColor('101m')
- brightGreen → const AnsiBackgroundColor
-
const AnsiBackgroundColor('102m')
- brightYellow → const AnsiBackgroundColor
-
const AnsiBackgroundColor('103m')
- brightBlue → const AnsiBackgroundColor
-
const AnsiBackgroundColor('104m')
- brightMagenta → const AnsiBackgroundColor
-
const AnsiBackgroundColor('105m')
- brightCyan → const AnsiBackgroundColor
-
const AnsiBackgroundColor('106m')
- brightWhite → const AnsiBackgroundColor
-
const AnsiBackgroundColor('107m')
- none → const AnsiBackgroundColor
-
const AnsiBackgroundColor('49m')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
The AnsiBackgroundColor String value.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toColorString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AnsiBackgroundColor> - A constant List of the values in this enum, in order of their declaration.