isInMay property

bool isInMay
  • return true if the date is In May, false otherwise.

Implementation

bool get isInMay => month == 5;