isInJanuary property

bool get isInJanuary

Checks if this falls in January.

Implementation

bool get isInJanuary => month == DateTime.january;