PaginationLoaded constructor

PaginationLoaded({
  1. required List<DocumentSnapshot<Object?>> documentSnapshots,
  2. required bool hasReachedEnd,
})

Implementation

PaginationLoaded({
  required this.documentSnapshots,
  required this.hasReachedEnd,
});