menu
Dart
dart:core
Stopwatch
isRunning property
isRunning
brightness_4
brightness_5
description
isRunning
property
bool
isRunning
Whether the
Stopwatch
is currently running.
Implementation
bool get isRunning => _stop == null;
Dart
dart:core
Stopwatch
isRunning property
Stopwatch class
Constructors
Stopwatch
Properties
elapsed
elapsedMicroseconds
elapsedMilliseconds
elapsedTicks
frequency
hashCode
isRunning
runtimeType
Methods
noSuchMethod
reset
start
stop
toString
Operators
operator ==