QueryResult class abstract

Abstract ancestor class for query results.

The goal is to be able to send queries to a separate isolate and get the results back efficiently. This requires the QueryResult children to store internally a representation that is cheap to transfer over an isolate port. In particular for transferring point collections, the efficient collections perform very well, but the list-based collection is very slow.

Implementers

Constructors

QueryResult()

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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited