Dart
dart:core
Stopwatch
elapsedMilliseconds property
elapsedMilliseconds
Dart
dart:core
Stopwatch
elapsedMilliseconds property
Stopwatch class
Constructors
Stopwatch
Properties
elapsed
elapsedMicroseconds
elapsedMilliseconds
elapsedTicks
frequency
isRunning
hashCode
runtimeType
Methods
reset
start
stop
noSuchMethod
toString
Operators
operator ==
description
elapsedMilliseconds
property
int
elapsedMilliseconds
The
elapsedTicks
counter converted to milliseconds.
Implementation
external int get elapsedMilliseconds;