isInFebruary property

bool isInFebruary

Returns true if this falls in february

Implementation

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