ms property

Duration get ms

Converts the number to milliseconds.

Implementation

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