isInNovember property

bool get isInNovember

Checks if this falls in November.

Implementation

bool get isInNovember => month == DateTime.november;