month method

Duration month()

Returns month duration

5.months

Implementation

Duration month() => Duration(days: (this * 30));