isInFebruary property

bool get isInFebruary

Checks if this falls in February.

Implementation

bool get isInFebruary => month == DateTime.february;