menu
locus
locus.dart
BatteryBenchmark
isRunning property
isRunning
dark_mode
light_mode
isRunning
property
bool
get
isRunning
Whether the benchmark is running.
Implementation
bool get isRunning => _startTime != null;
locus
locus
BatteryBenchmark
isRunning property
BatteryBenchmark class