isInAugust property

bool get isInAugust

Checks if this falls in August.

Implementation

bool get isInAugust => month == DateTime.august;