isInOctober property

bool get isInOctober

Checks if this falls in October.

Implementation

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