isMonday property

bool get isMonday

Implementation

bool get isMonday {
  return weekday == DateTime.monday;
}