CodableSingleton

@propertyWrapper
open class CodableSingleton<Value> : StorePropertyWrapper<SingletonStorage> where Value : Decodable, Value : Encodable

@CodableSingleton property wrapper.