isToday property

bool isToday

Returns if today, true

Implementation

bool get isToday {
  return _calculateDifference(this) == 0;
}