ActiveScope constructor

ActiveScope(
  1. LogScope scope
)

Tracks scope and starts a stopwatch for its elapsed-time display.

Implementation

ActiveScope(this.scope) : stopwatch = Stopwatch()..start();