TutorialListUpdated constructor Null safety

const TutorialListUpdated(
  1. {List<TutorialModel?>? value,
  2. bool? mightHaveMore}
)

Implementation

const TutorialListUpdated({this.value, this.mightHaveMore});