isTomorrow property

bool get isTomorrow

Returns true if this date is tomorrow

Implementation

bool get isTomorrow => DateComparisons.isTomorrow(this);