latest property
Duration
get
latest
Time spent in the most recent run.
Implementation
Duration get latest => Duration(microseconds: _latestMicros);
Time spent in the most recent run.
Duration get latest => Duration(microseconds: _latestMicros);