isTomorrow property

bool isTomorrow

Whether the date is tomorrow.

Implementation

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