BodyEditPVCVoiceV1VoicesPvcVoiceIdPost constructor

const BodyEditPVCVoiceV1VoicesPvcVoiceIdPost({
  1. String? name,
  2. String? language,
  3. dynamic description,
  4. dynamic labels,
})

Implementation

const BodyEditPVCVoiceV1VoicesPvcVoiceIdPost({
  this.name,
  this.language,
  this.description,
  this.labels,
});