superDecoder()
Returns a Decoder instance for decoding super from the container associated with the default super key.
Declaration
func superDecoder() throws -> any DecoderDiscussion
Equivalent to calling superDecoder(forKey:) with Key(stringValue: "super", intValue: 0).