MultiTypedResultEntry<T> class

Class which contains a key and a list of references. Used internally by drift to pass prefetched data to the TypedResult object.

Constructors

MultiTypedResultEntry({required MultiTypedResultKey<Table, dynamic> key, required List<T> value})
Create a MultiTypedResultEntry object
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key MultiTypedResultKey<Table, dynamic>
The key for the TypedResult object
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<T>
A list of references
final

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