PageListLoaded constructor

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

Implementation

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