isInJune property

bool isInJune

Returns true if this falls in june

Implementation

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