updateParticipantResponseFromJson function

UpdateParticipantResponse updateParticipantResponseFromJson(
  1. String str
)

Implementation

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