isInJune property
bool
get
isInJune
Checks if this falls in June.
Implementation
bool get isInJune => month == DateTime.june;
Checks if this falls in June.
bool get isInJune => month == DateTime.june;