previousMonth property

Date previousMonth

The month previous this Date

Implementation

Date get previousMonth => setMonth(month - 1);