isInMarch property

bool get isInMarch

Checks if this falls in March.

Implementation

bool get isInMarch => month == DateTime.march;