CheckCourseNotifyItem constructor

const CheckCourseNotifyItem({
  1. Key? key,
  2. String? tag,
})

Implementation

const CheckCourseNotifyItem({Key? key, this.tag}) : super(key: key);