milliseconds property

Duration get milliseconds

Implementation

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