elapsedMicroseconds property
int
get
elapsedMicroseconds
Returns the cumulative time of measurements.\
The pause method pauses the measurement.
The resume method resumes the measurement.
The reset method resets the measurement values.\
Implementation
int get elapsedMicroseconds => _clock.elapsedMicroseconds;