isInJune property

bool isInJune
  • return true if the date is In June, false otherwise.

Implementation

bool get isInJune => month == 6;