CustomVoiceParams constructor

CustomVoiceParams({
  1. String? model,
  2. String? reportedUsage,
})

Implementation

CustomVoiceParams({
  this.model,
  this.reportedUsage,
});