isToday property

bool get isToday

Implementation

bool get isToday {
  return DateTime.now().isSameDay(this);
}