march constant

Month const march

Represents March (value: 3).

Implementation

static const Month march = Month._(3, 'March', 'Mar');