init(from:)
Creates an instance from the given decoder.
Declaration
init(from decoder: any Decoder) throwsParameters
- decoder:
The decoder to read from.
Creates an instance from the given decoder.
init(from decoder: any Decoder) throwsThe decoder to read from.