ms property

Short-hand for miliseconds

Implementation

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