UpdateParticipantResponse constructor

UpdateParticipantResponse({
  1. required String ok,
  2. required String message,
})

Implementation

UpdateParticipantResponse({
  required this.ok,
  required this.message,
});