milliseconds property

Duration get milliseconds

Implementation

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