LogSymbols class
Glyphs that prefix a line, with an ASCII fallback.
Legacy Windows consoles render box drawing and check marks as garbage, so
the ASCII set is used whenever colors are unavailable or DISTRIBUTE_ASCII
is set.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- failure → String
-
Failed outcome.
no setter
- group → String
-
A top level group, such as a task.
no setter
- separator → String
-
Separates inline segments, e.g.
2 jobs · 1m 12s.no setter - step → String
-
A step that is starting.
no setter
- success → String
-
Successful outcome.
no setter
- warning → String
-
Something worth attention that is not fatal.
no setter