Property Wrappers
-
A property wrapper to use on properties that should be encoded with a
See morenullvalue (instead of being omitted).Declaration
Swift
@propertyWrapper public struct NullCodable<Value> : Codable, Sendable where Value : Decodable, Value : Encodable, Value : Sendableextension NullCodable: Equatable where Value: Equatable
View on GitHub
Property Wrappers Reference