getAllMonths top-level property

List<MonthsOfYear> get getAllMonths

Get all MonthsOfYear in a year

Implementation

List<MonthsOfYear> get getAllMonths => MonthsOfYear.values;