Day constructor

Day(
  1. int id,
  2. String name,
  3. int value,
  4. bool isSelected,
  5. bool isToday, {
  6. dynamic data,
})

Implementation

Day(this.id, this.name, this.value, this.isSelected, this.isToday, {this.data});