monthEnd property

Date get monthEnd

Implementation

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