m property

Short-hand for minutes

Implementation

Duration get m {
  return Duration(minutes: this);
}