toMilliseconds property

Duration get toMilliseconds

Implementation

Duration get toMilliseconds => Duration(milliseconds: this);