isTomorrow property

bool isTomorrow
  • return true if the date is tomorrow, false otherwise.

Implementation

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