isInFebruary property

bool isInFebruary
  • return true if the date is In February, false otherwise.

Implementation

bool get isInFebruary => month == 2;