isInOctober property

bool isInOctober

Returns true if this falls in october

Implementation

bool get isInOctober => month == DateTime.october;