BodyCreatesAudioNativeEnabledProjectV1AudioNativePost constructor

const BodyCreatesAudioNativeEnabledProjectV1AudioNativePost({
  1. required String name,
  2. dynamic image,
  3. dynamic author,
  4. dynamic title,
  5. bool? small,
  6. dynamic textColor,
  7. dynamic backgroundColor,
  8. int? sessionization,
  9. dynamic voiceId,
  10. dynamic modelId,
  11. String? file,
  12. bool? autoConvert,
})

Implementation

const BodyCreatesAudioNativeEnabledProjectV1AudioNativePost({
  required this.name,
  this.image,
  this.author,
  this.title,
  this.small,
  this.textColor,
  this.backgroundColor,
  this.sessionization,
  this.voiceId,
  this.modelId,
  this.file,
  this.autoConvert,
});