isWednesday property

bool isWednesday

Returns true if this occurs on Wednesday In accordance with ISO 8601, a week starts with Monday, which has the value 1.

Implementation

bool get isWednesday => weekday == DateTime.wednesday;