SnapshotEmitter<ReturnType> class
abstract
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
paginate({int pageSize = 100, bool subscribe = true})
→ Pagination<ReturnType>
-
Returns a pagination wrapper for this query with
pageSize
defaulting
to 100 and subscribe
defaulting to true.
-
peek()
→ Iterable<ReturnType>
-
-
snapshot()
→ Future<Iterable<ReturnType>>
-
Returns a promise that resolves to the query results.
-
snapshots({bool subscribe = true})
→ Observable<Iterable<ReturnType>>
-
Returns an observable that emits the query results and updates whenever
the query results change unless
subscribe=false
is provided.
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited