init(from:)
Creates a section by deserializing the given decoder.
Declaration
init(from decoder: any Decoder) throwsParameters
- decoder:
An object that the section deserializes from.
Creates a section by deserializing the given decoder.
init(from decoder: any Decoder) throwsAn object that the section deserializes from.