lastMonth property

Month lastMonth

The last month of this year

Implementation

Month get lastMonth {
  return referenceDate.copy(month: 12).getMonth();
}