isWednesday property

bool get isWednesday

Implementation

bool get isWednesday {
  return weekday == DateTime.wednesday;
}