isTomorrow property

bool get isTomorrow

Implementation

bool get isTomorrow => isSameDayAs(DateTime.now().addDays(1));