VoiceOption constructor
Implementation
const VoiceOption({
required this.id,
required this.name,
required this.gender,
required this.provider,
required this.language,
this.style,
});
const VoiceOption({
required this.id,
required this.name,
required this.gender,
required this.provider,
required this.language,
this.style,
});