lastMonth property
Month
get
lastMonth
The month before this month
Implementation
Month get lastMonth {
return Month(firstDay.add(-1));
}
The month before this month
Month get lastMonth {
return Month(firstDay.add(-1));
}