UnwrappedCodableStore

@propertyWrapper
open class UnwrappedCodableStore<Value, StorageType> : StorePropertyWrapperProtocol where Value : Decodable, Value : Encodable, StorageType : Storage

@UnwrappedCodableStore property wrapper.