isThursday property

bool get isThursday

Implementation

bool get isThursday {
  return weekday == DateTime.thursday;
}