isTomorrow method

bool isTomorrow()

Implementation

bool isTomorrow() => isSameDay(DateTime.now().nextDay);