startOfTomorrow static method

DateTime startOfTomorrow()

Start of tomorrow in the local timezone

Implementation

static DateTime startOfTomorrow() => DateTime.now().startOfNextDay();