AppEntryPagesListLoaded constructor

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

Implementation

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