month property

Duration get month

Returns month duration

5.months

Implementation

Duration get month => Duration(days: (validate() * 30));