lastDay property

DateTime get lastDay

Implementation

DateTime get lastDay => DateTime(year, month + 1, 1).subtract(const Duration(days: 1));