storeRef property

StoreRef<String, dynamic> storeRef

A pointer to a store.

Implementation

StoreRef<String, dynamic> get storeRef {
  _storeRef ??= StoreRef(T.toString());
  return _storeRef!;
}