isTomorrow property

bool isTomorrow

Returns if tomorrow, true

Implementation

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