LogTheme class
A theme object which contains styles for all log message types.
Constructors
Properties
- alert → LogStyle
-
The LogStyle used by alert.
final
- detail → LogStyle
-
The LogStyle used by detail.
final
- err → LogStyle
-
The LogStyle used by err.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- info → LogStyle
-
The LogStyle used by info.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success → LogStyle
-
The LogStyle used by success.
final
- warn → LogStyle
-
The LogStyle used by warn.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited