CollectionPaging<T extends Document<T> > class
Constructors
-
CollectionPaging({required Query<
Map< query, int? limit, required T decode(DocumentSnapshot<String, dynamic> >Map< )})String, dynamic> >
Properties
Methods
-
load(
{Source source = Source.serverAndCache, void fromCache(List< T> )?}) → Future<List< T> > -
loadMore(
{Source source = Source.serverAndCache}) → Future< List< T> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited