LoggerColor enum
The color to use on the logs.
Values
- black → const LoggerColor
-
const LoggerColor(30)
- blue → const LoggerColor
-
const LoggerColor(34)
- brightBlack → const LoggerColor
-
const LoggerColor(90)
- brightBlue → const LoggerColor
-
const LoggerColor(94)
- brightCyan → const LoggerColor
-
const LoggerColor(96)
- brightGreen → const LoggerColor
-
const LoggerColor(92)
- brightMagenta → const LoggerColor
-
const LoggerColor(95)
- brightRed → const LoggerColor
-
const LoggerColor(91)
- brightWhite → const LoggerColor
-
const LoggerColor(97)
- brightYellow → const LoggerColor
-
const LoggerColor(93)
- cyan → const LoggerColor
-
const LoggerColor(36)
- green → const LoggerColor
-
const LoggerColor(32)
- magenta → const LoggerColor
-
const LoggerColor(35)
- red → const LoggerColor
-
const LoggerColor(31)
- white → const LoggerColor
-
const LoggerColor(37)
- yellow → const LoggerColor
-
const LoggerColor(33)
Properties
- asANSI → int
-
The ANSI code for the color.
final
- 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
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
-
values
→ const List<
LoggerColor> - A constant List of the values in this enum, in order of their declaration.