isInMarch property

bool isInMarch

Returns true if this falls in march

Implementation

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