StoreRef<K extends Key?, V extends Value?> class abstract

A pointer to a store.

Available Extensions

Constructors

StoreRef(String name)
A null name means a the main store.
factory
StoreRef.main()
A pointer to the main store
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the store
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cast<RK extends Key?, RV extends Value?>() StoreRef<RK, RV>
Cast if needed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
record(K key) RecordRef<K, V>
Create a record reference.
records(Iterable<K> keys) RecordsRef<K, V>
Create a reference to multiple records
toString() String
A string representation of this object.
inherited

Operators

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