getAllMonths top-level property
List<MonthsOfYear>
get
getAllMonths
Get all MonthsOfYear in a year
Implementation
List<MonthsOfYear> get getAllMonths => MonthsOfYear.values;
Get all MonthsOfYear in a year
List<MonthsOfYear> get getAllMonths => MonthsOfYear.values;