BodyAddVoiceV1VoicesAddPost constructor

const BodyAddVoiceV1VoicesAddPost({
  1. required String name,
  2. required List<String> files,
  3. bool? removeBackgroundNoise,
  4. dynamic description,
  5. dynamic labels,
})

Implementation

const BodyAddVoiceV1VoicesAddPost({
  required this.name,
  required this.files,
  this.removeBackgroundNoise,
  this.description,
  this.labels,
});