isLastDayOfMonth property

bool isLastDayOfMonth

Implementation

bool get isLastDayOfMonth => day == daysInMonth;