isLastDayOfMonth property

bool isLastDayOfMonth

Implementation

bool get isLastDayOfMonth => DateUtils.daysPerMonth(year)[month - 1] == day;