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