isInJuly property

bool isInJuly

Returns true if this falls in july

Implementation

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