ActiveScope class

State for a single in-progress scope with a braille spinner.

Constructors

ActiveScope(LogScope scope)
Tracks scope and starts a stopwatch for its elapsed-time display.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope LogScope
The scope being rendered.
final
stopwatch Stopwatch
Measures how long the scope has been open; read by the spinner formatter to display elapsed time next to the label.
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