ReportMonth constructor

const ReportMonth(
  1. KeckMonth month,
  2. int year
)

Implementation

const ReportMonth(this.month, this.year);