DayScheduleList constructor Null safety

const DayScheduleList(
  1. int day,
  2. {Key? key}
)

Implementation

const DayScheduleList(this.day, {Key? key}) : super(key: key);