isInJuly property

bool get isInJuly

Checks if this falls in July.

Implementation

bool get isInJuly => month == DateTime.july;