TutorialEntryListLoaded constructor Null safety

const TutorialEntryListLoaded(
  1. {bool? mightHaveMore,
  2. List<TutorialEntryModel?>? values = const []}
)

Implementation

const TutorialEntryListLoaded({this.mightHaveMore, this.values = const []});