toMilliSeconds property

Duration get toMilliSeconds

Implementation

Duration get toMilliSeconds {
  return Duration(milliseconds: this);
}