milliseconds property

Duration milliseconds

Implementation

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