isInJuly property
bool
get
isInJuly
Checks if this falls in July.
Implementation
bool get isInJuly => month == DateTime.july;
Checks if this falls in July.
bool get isInJuly => month == DateTime.july;