AppEntryPagesListUpdated constructor

const AppEntryPagesListUpdated({
  1. List<AppEntryPagesModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const AppEntryPagesListUpdated({this.value, this.mightHaveMore});