lastDayOfMonth property

DateTime get lastDayOfMonth

Implementation

DateTime get lastDayOfMonth => copyWith(day: daysInMonth);