ServiceLogLine class
One line of a service's output, and which stream it came from.
Constructors
- ServiceLogLine(String text, {required bool isError})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isError → bool
-
Whether it arrived on stderr. A pane colours by this; nothing else in
the model reads it, because a child writing progress to stderr is
ordinary and does not mean anything went wrong.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
Methods
-
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 ==(
Object other) → bool -
The equality operator.
override