TutorialListLoaded constructor

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

Implementation

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