isInMay property

bool get isInMay

Checks if this falls in May.

Implementation

bool get isInMay => month == DateTime.may;