LogLevel enum
Values
- debug → const LogLevel
-
const LogLevel("debug", 0) - info → const LogLevel
-
const LogLevel("info", 1) - error → const LogLevel
-
const LogLevel("error", 2) - warning → const LogLevel
-
const LogLevel("warning", 3) - verbose → const LogLevel
-
const LogLevel("verbose", 4) - wtf → const LogLevel
-
const LogLevel("wtf", 5) - nothing → const LogLevel
-
const LogLevel("nothing", 6)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
final
- 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