LogLevel enum Null safety
client object log levels
Constants
- debug → const LogLevel
-
const LogLevel(0)
- error → const LogLevel
-
const LogLevel(3)
- info → const LogLevel
-
const LogLevel(1)
-
values
→ const List<
LogLevel> -
A constant List of the values in this enum, in order of their declaration.
const List<
LogLevel> - warning → const LogLevel
-
const LogLevel(2)
- wtf → const LogLevel
-
const LogLevel(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited