isInApril property

bool isInApril

Returns true if this falls in april

Implementation

bool get isInApril => month == DateTime.april;