isInAugust property
bool
get
isInAugust
Checks if this falls in August.
Implementation
bool get isInAugust => month == DateTime.august;
Checks if this falls in August.
bool get isInAugust => month == DateTime.august;