mm property

Duration get mm

Short-hand for months

Implementation

Duration get mm {
  return Duration(days: 30 * this);
}