milliseconds property
Duration
get
milliseconds
Converts the number to seconds.
Implementation
Duration get milliseconds => (this * 1000).microseconds;
Converts the number to seconds.
Duration get milliseconds => (this * 1000).microseconds;