isInApril property

bool get isInApril

Checks if this falls in April.

Implementation

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