isInOctober property
bool
get
isInOctober
Checks if this falls in October.
Implementation
bool get isInOctober => month == DateTime.october;
Checks if this falls in October.
bool get isInOctober => month == DateTime.october;