Month constructor

Month(
  1. Months month,
  2. int year
)

Implementation

Month(this.month, this.year);