isInJanuary property
bool
get
isInJanuary
Checks if this falls in January.
Implementation
bool get isInJanuary => month == DateTime.january;
Checks if this falls in January.
bool get isInJanuary => month == DateTime.january;