isToday property

bool get isToday

Implementation

bool get isToday {
  final now = Date.today();

  return now == this;
}