StoreRef<K extends Key?, V extends Value?>.main constructor

StoreRef<K extends Key?, V extends Value?>.main()

A pointer to the main store

Implementation

factory StoreRef.main() => SembastStoreRef<K, V>(dbMainStore);