atEndOfDay property

DateTime get atEndOfDay

Implementation

DateTime get atEndOfDay => copyWith(hour: 23, minute: 59, second: 59, millisecond: 999);