isInJune property

bool get isInJune

Checks if this falls in June.

Implementation

bool get isInJune => month == DateTime.june;