isInDecember property

bool get isInDecember

Checks if this falls in December.

Implementation

bool get isInDecember => month == DateTime.december;