Level class Null safety
Logging levels, these have a 1:1 mapping with the levels from
package:logging
.
- Inheritance
- Mixed in types
Properties
Methods
-
compareTo(
Level other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator <(
Level other) → bool -
operator <=(
Level other) → bool -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
Level other) → bool -
operator >=(
Level other) → bool
Static Properties
-
serializer
→ Serializer<
Level> -
read-only
-
values
→ BuiltSet<
Level> -
read-only