isInJanuary property

bool isInJanuary

Returns true if this falls in january

Implementation

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