ActiveScope constructor
ActiveScope(
- LogScope scope
Tracks scope and starts a stopwatch for its elapsed-time display.
Implementation
ActiveScope(this.scope) : stopwatch = Stopwatch()..start();
Tracks scope and starts a stopwatch for its elapsed-time display.
ActiveScope(this.scope) : stopwatch = Stopwatch()..start();