endOfTomorrow property

DateTime endOfTomorrow

Return the end of tomorrow. The result will be in the local timezone.

Implementation

static DateTime get endOfTomorrow => DateTime.now().nextDay.endOfDay;