elapsedTime property

Duration get elapsedTime

Implementation

Duration get elapsedTime =>
    Duration(microseconds: (stopwatch.getMilliseconds() * 1000).round());