BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePost constructor

const BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePost({
  1. required BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender gender,
  2. required String accent,
  3. required BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge age,
  4. required double accentStrength,
  5. required String text,
})

Implementation

const BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePost({
  required this.gender,
  required this.accent,
  required this.age,
  required this.accentStrength,
  required this.text,
});