isInAugust property

bool isInAugust

Returns true if this falls in august

Implementation

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