Store

@propertyWrapper
open class Store<Value, StorageType> : StorePropertyWrapper<StorageType> where StorageType : Storage

@Store property wrapper.