isTomorrow property

bool isTomorrow

Implementation

bool get isTomorrow => isAtSameDayAs(DateTime.now().add(Duration(days: 1)));