Month constructor

Month(
  1. int id,
  2. String name,
  3. int value,
  4. List<Day> days,
  5. bool isSelected,
  6. bool isCurrentMonth, {
  7. dynamic data,
})

Implementation

Month(this.id, this.name, this.value, this.days, this.isSelected, this.isCurrentMonth, {this.data});