microseconds property

Duration get microseconds

Rounds the number to the nearest integer.

Implementation

Duration get microseconds => Duration(microseconds: round());