lastMonth property

Month get lastMonth

The month before this month

Implementation

Month get lastMonth {
  return Month(firstDay.add(-1));
}