VoiceInfo constructor
const
VoiceInfo({})
Implementation
const VoiceInfo({
required this.id,
required this.name,
this.description,
this.category,
this.gender,
this.accent,
this.previewUrl,
});
const VoiceInfo({
required this.id,
required this.name,
this.description,
this.category,
this.gender,
this.accent,
this.previewUrl,
});