AddVoiceResponse constructor

AddVoiceResponse({
  1. required String voiceId,
})

Implementation

AddVoiceResponse({
  required this.voiceId,
});