Year constructor

Year(
  1. int id,
  2. int value,
  3. List<Month> months,
  4. bool isSelected,
  5. bool isCurrentYear, {
  6. dynamic data,
})

Implementation

Year(this.id, this.value, this.months, this.isSelected, this.isCurrentYear, {this.data});