microseconds property
Duration
get
microseconds
Returns a Duration representing this integer in microseconds.
Implementation
Duration get microseconds => Duration(microseconds: this);
Returns a Duration representing this integer in microseconds.
Duration get microseconds => Duration(microseconds: this);