getCurrentMonth method

DateModel getCurrentMonth()

Implementation

DateModel getCurrentMonth() {
  return monthList[monthController.page!.toInt()];
}