ms property

Duration get ms

Returns a Duration with this many milliseconds.

Implementation

Duration get ms => Duration(milliseconds: this);