milliseconds property

Duration get milliseconds

Converts the number to seconds.

Implementation

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