isRunning property
bool
get
isRunning
Whether the adapter is currently collecting frame timings.
Implementation
bool get isRunning => _running;
Whether the adapter is currently collecting frame timings.
bool get isRunning => _running;