isFriday property

bool get isFriday

Implementation

bool get isFriday {
  return weekday == DateTime.friday;
}