core/store/i_store library

Classes

IStore<K, V>

Typedefs

StoreObjFromJson<V> = V Function(dynamic)
StoreObjToJson<V> = dynamic Function(V)