ScheduleClassItem constructor Null safety

const ScheduleClassItem(
  1. ClassSession classSession,
  2. {Key? key}
)

Implementation

const ScheduleClassItem(this.classSession, {Key? key}) : super(key: key);