endOfTomorrow static method

DateTime endOfTomorrow()

End of tomorrow in the local timezone

Implementation

static DateTime endOfTomorrow() => DateTime.now().endOfNextDay();