TutorialEntryListUpdated constructor Null safety

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

Implementation

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