microseconds property
Duration
get
microseconds
Rounds the number to the nearest integer.
Implementation
Duration get microseconds => Duration(microseconds: round());
Rounds the number to the nearest integer.
Duration get microseconds => Duration(microseconds: round());