menu
simple_month_year_picker package
documentation
month.model.dart
MonthModel
MonthModel constructor
MonthModel constructor
dark_mode
light_mode
MonthModel
constructor
MonthModel
(
{
required
int
index
,
required
String
name
,
})
Implementation
MonthModel({ required this.index, required this.name, });
simple_month_year_picker package
documentation
month.model
MonthModel
MonthModel constructor
MonthModel class