isInFebruary property
bool
get
isInFebruary
Checks if this falls in February.
Implementation
bool get isInFebruary => month == DateTime.february;
Checks if this falls in February.
bool get isInFebruary => month == DateTime.february;