isSunday property

bool get isSunday

Implementation

bool get isSunday {
  return weekday == DateTime.sunday;
}