isInMay property

bool isInMay

Returns true if this falls in may

Implementation

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