TutorialEntryListLoaded constructor Null safety
- {bool? mightHaveMore,
- List<
TutorialEntryModel?> ? values = const []}
Implementation
const TutorialEntryListLoaded({this.mightHaveMore, this.values = const []});
const TutorialEntryListLoaded({this.mightHaveMore, this.values = const []});