isTomorrow property

bool isTomorrow

Implementation

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