microseconds property
Duration
get
microseconds
Converts the double value to a Duration
in microseconds.
Implementation
Duration get microseconds => Duration(microseconds: toInt());
Converts the double value to a Duration
in microseconds.
Duration get microseconds => Duration(microseconds: toInt());