isTomorrow method

bool isTomorrow()

Checks if this is tomorrow.

Implementation

bool isTomorrow() => _date.isTheSameDate(Date.today() + 1);