AnimaAudioRequestModel constructor

AnimaAudioRequestModel({
  1. String? filetype = "mpeg",
  2. bool? paidPlan = false,
  3. String? returnType = "url",
  4. String? language,
  5. String? text,
  6. String? voice,
})

Implementation

AnimaAudioRequestModel({
  this.filetype = "mpeg",
  this.paidPlan = false,
  this.returnType = "url",
  this.language,
  this.text,
  this.voice,
});