milliseconds property

Duration get milliseconds

Implementation

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