endOfMonth property

DateTime get endOfMonth

Implementation

DateTime get endOfMonth => DateTime(year, month + 1, 0, 23, 59, 59, 999);