isInApril property
bool
get
isInApril
Checks if this falls in April.
Implementation
bool get isInApril => month == DateTime.april;
Checks if this falls in April.
bool get isInApril => month == DateTime.april;