PaginationFetched constructor

PaginationFetched({
  1. List<DocumentSnapshot<Map<String, dynamic>>>? documents,
})

Implementation

PaginationFetched({this.documents});