isTomorrow property

bool get isTomorrow

Returns if tomorrow, true

Implementation

bool get isTomorrow {
  return _calculateDifference(this) == 1;
}