isTomorrow property

bool isTomorrow

Implementation

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