isWednesday method

bool isWednesday()

Implementation

bool isWednesday() => weekday == DateTime.wednesday;