menu
cresce_api package
documentation
api.dart
MonthDate
MonthDate constructor
MonthDate constructor
dark_mode
light_mode
MonthDate
constructor
MonthDate
(
{
required
int
?
month
,
required
int
?
year
,
})
Returns a new
MonthDate
instance.
Implementation
MonthDate({ required this.month, required this.year, });
cresce_api package
documentation
api
MonthDate
MonthDate constructor
MonthDate class