CameloottLog enum
Values
- black → const CameloottLog
-
const CameloottLog("30") - red → const CameloottLog
-
const CameloottLog("31") - green → const CameloottLog
-
const CameloottLog("32") - yellow → const CameloottLog
-
const CameloottLog("33") - blue → const CameloottLog
-
const CameloottLog("34") - magenta → const CameloottLog
-
const CameloottLog("35") - cyan → const CameloottLog
-
const CameloottLog("36") - white → const CameloottLog
-
const CameloottLog("37")
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - prefix → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
log(
dynamic text) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processLog(
dynamic text) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CameloottLog> - A constant List of the values in this enum, in order of their declaration.