decodeNil(forKey:)
Decodes a null value for the given key.
Declaration
func decodeNil(forKey key: KeyedDecodingContainer<K>.Key) throws -> BoolParameters
- key:
The key that the decoded value is associated with.
Return Value
Whether the encountered value was null.