updateParticipantResponseFromJson function
Implementation
UpdateParticipantResponse updateParticipantResponseFromJson(String str) =>
UpdateParticipantResponse.fromJson(json.decode(str));
UpdateParticipantResponse updateParticipantResponseFromJson(String str) =>
UpdateParticipantResponse.fromJson(json.decode(str));