milliseconds property

Duration milliseconds

Implementation

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