AnsiFontColor enum
Values
- black → const AnsiFontColor
-
const AnsiFontColor('30m')
- red → const AnsiFontColor
-
const AnsiFontColor('31m')
- green → const AnsiFontColor
-
const AnsiFontColor('32m')
- yellow → const AnsiFontColor
-
const AnsiFontColor('33m')
- blue → const AnsiFontColor
-
const AnsiFontColor('34m')
- magenta → const AnsiFontColor
-
const AnsiFontColor('35m')
- cyan → const AnsiFontColor
-
const AnsiFontColor('36m')
- white → const AnsiFontColor
-
const AnsiFontColor('37m')
- brightBlack → const AnsiFontColor
-
const AnsiFontColor('90m')
- brightRed → const AnsiFontColor
-
const AnsiFontColor('91m')
- brightGreen → const AnsiFontColor
-
const AnsiFontColor('92m')
- brightYellow → const AnsiFontColor
-
const AnsiFontColor('93m')
- brightBlue → const AnsiFontColor
-
const AnsiFontColor('94m')
- brightMagenta → const AnsiFontColor
-
const AnsiFontColor('95m')
- brightCyan → const AnsiFontColor
-
const AnsiFontColor('96m')
- brightWhite → const AnsiFontColor
-
const AnsiFontColor('97m')
- none → const AnsiFontColor
-
const AnsiFontColor('39m')
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 AnsiFontColor 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<
AnsiFontColor> - A constant List of the values in this enum, in order of their declaration.