ms property

Duration get ms

Returns a Duration in milliseconds (alias).

Implementation

Duration get ms => (this * 1000).microseconds;