StoreRef<K, V> constructor
- String name
A null name means a the main store.
A name must not start with _
(besides the main store).
Implementation
factory StoreRef(String name) => SembastStoreRef(name);
A null name means a the main store.
A name must not start with _
(besides the main store).
factory StoreRef(String name) => SembastStoreRef(name);