monthEnd property
Date
get
monthEnd
Implementation
Date get monthEnd {
return Date(
year,
month,
monthStart.daysInMonth,
);
}
Date get monthEnd {
return Date(
year,
month,
monthStart.daysInMonth,
);
}