isInApril property

bool isInApril
  • return true if the date is In April, false otherwise.

Implementation

bool get isInApril => month == 4;