QueryResult class abstract

Abstract class for common query result handling.

Constructors

QueryResult()

Properties

first QueryResultRow
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

find(String field, dynamic value) QueryResultRow?
Find the QueryResultRow given a field and value.
forEach(Function rowFunction) → void
Run a function taking a QueryResultRow on the whole QueryResult.
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