init(from:)
Creates a captured room by deserializing the decoder of a previously captured room.
Declaration
init(from decoder: any Decoder) throwsParameters
- decoder:
An encoded captured room object.
Creates a captured room by deserializing the decoder of a previously captured room.
init(from decoder: any Decoder) throwsAn encoded captured room object.