ConsoleMessageLevel class
Class representing the level of a console message.
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- 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.
override
-
toValue(
) → int
Operators
-
operator ==(
Object value) → bool -
The equality operator.
override
Static Properties
-
values
→ Set<
ConsoleMessageLevel> -
final
Static Methods
-
fromValue(
int? value) → ConsoleMessageLevel?
Constants
- DEBUG → const ConsoleMessageLevel
- ERROR → const ConsoleMessageLevel
- LOG → const ConsoleMessageLevel
- TIP → const ConsoleMessageLevel
- WARNING → const ConsoleMessageLevel