AFTrackedQuery class abstract
Superclass enforcing consistency for queries that live for a while and are tracked within the public state.
- Implementers
Constructors
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
-
mergeOnWrite(
AFTrackedQuery newQuery) → AFTrackedQuery? - When you execute a new query of a given type, while an existing instance already exists, this method is called on the existing instance to merge the two queries.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown(
) → void - Called when this query terminates.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited