LogBgColor enum

Inheritance

Constructors

LogBgColor(String code)
const

Values

black → const LogBgColor
const LogBgColor('40')
red → const LogBgColor
const LogBgColor('41')
green → const LogBgColor
const LogBgColor('42')
orange → const LogBgColor
const LogBgColor('43')
blue → const LogBgColor
const LogBgColor('44')
magenta → const LogBgColor
const LogBgColor('45')
cyan → const LogBgColor
const LogBgColor('46')
grey → const LogBgColor
const LogBgColor('47')
original → const LogBgColor
const LogBgColor('49')
darkGrey → const LogBgColor
const LogBgColor('100')
lightRed → const LogBgColor
const LogBgColor('101')
lightGreen → const LogBgColor
const LogBgColor('102')
yellow → const LogBgColor
const LogBgColor('103')
lightBlue → const LogBgColor
const LogBgColor('104')
lightPurple → const LogBgColor
const LogBgColor('105')
blueGreen → const LogBgColor
const LogBgColor('106')
white → const LogBgColor
const LogBgColor('107')

Properties

code String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<LogBgColor>
A constant List of the values in this enum, in order of their declaration.