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