Month constructor

Month({
  1. int? number,
  2. String? en,
})

Implementation

Month({this.number, this.en});