NestedResult class abstract

A nested result, could either be a NestedResultTable or a NestedQueryResult.

Implementers

Constructors

NestedResult()

Properties

compatibilityHashCode int
hashCode that matches isCompatibleTo instead of ==.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isCompatibleTo(NestedResult other) bool
Checks whether this is compatible to the other nested result.
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