getCurrentWeek method

DateModel getCurrentWeek()

Implementation

DateModel getCurrentWeek() {
  return monthList[weekController.page!.toInt()];
}