isLastDayOfMonth property

bool get isLastDayOfMonth

Implementation

bool get isLastDayOfMonth => day == daysInMonth;