ms property

Duration get ms

Shorthand for Duration(milliseconds: this)

Implementation

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