LogLevel class
Log Level
Log levels are a way of categorizing events that occur during the execution of a program, based on their severity or importance.
- Implemented types
Constructors
-
LogLevel.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
compareTo(
LogLevel other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator <(
LogLevel other) → bool -
operator <=(
LogLevel other) → bool -
operator ==(
Object other) → bool -
The equality operator.
override
-
operator >(
LogLevel other) → bool -
operator >=(
LogLevel other) → bool