microseconds property

Duration get microseconds

Converts the double value to a Duration in microseconds.

Implementation

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