isRunning property

bool get isRunning

Whether the benchmark is running.

Implementation

bool get isRunning => _startTime != null;