maxTime method

DateTime maxTime()

Implementation

DateTime maxTime() => copyWith(
    hour: 23, minute: 59, second: 59, millisecond: 59, microsecond: 59);