Dart SDK
dart:core
Stopwatch
reset
method
reset
Stopwatch
Properties
frequency
elapsedTicks
elapsed
elapsedMicroseconds
elapsedMilliseconds
isRunning
Constructors
Stopwatch
Methods
start
stop
reset
void
reset
( )
Resets the
elapsed
count to zero.
This method does not stop or start the
Stopwatch
.