AFCompositeQueryResponse class
Constructors
-
AFCompositeQueryResponse(List<
AFCompositeQueryEntry> responses) -
AFCompositeQueryResponse.createFrom(List<
AFAsyncQuery> queries) -
factory
Properties
- hasError → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isComplete → bool
-
no setter
-
responses
→ List<
AFCompositeQueryEntry> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
allResults(
) → List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resultsOfType<
TResult> () → List< TResult> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited