previousMonth property

DateTime previousMonth

Return new instance of DateTime with the previous month date

Implementation

DateTime get previousMonth => subtract(const Duration(days: 30));