PageListUpdated constructor

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

Implementation

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