toMilliDuration method

Duration toMilliDuration()

Implementation

Duration toMilliDuration() {
  return Duration(milliseconds: this);
}