ms property

Duration get ms

Alias for milliseconds.

Example:

final duration = 500.ms;

Implementation

Duration get ms => milliseconds;