LogLevel class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

compareTo(Object? other) int
Compares this object to another object.
override
isLevel(LogLevel other) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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.
inherited
operator >(LogLevel other) bool
operator >=(LogLevel other) bool
operator |(LogLevel level) LogLevel

Static Properties

values List<LogLevel>
final

Static Methods

fromValue(int value) LogLevel

Constants

All → const LogLevel
Debug → const LogLevel
Error → const LogLevel
Exception → const LogLevel
Info → const LogLevel
None → const LogLevel
Warn → const LogLevel