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