endOfMonth property

DateTime get endOfMonth

Gets end of month

Implementation

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