TutorialEntryListUpdated constructor Null safety
- {List<
TutorialEntryModel?> ? value, - bool? mightHaveMore}
Implementation
const TutorialEntryListUpdated({this.value, this.mightHaveMore});
const TutorialEntryListUpdated({this.value, this.mightHaveMore});