isInJuly property

bool isInJuly
  • return true if the date is In July, false otherwise.

Implementation

bool get isInJuly => month == 7;