Voice constructor
Voice({})
Implementation
Voice({
required this.voiceId,
required this.name,
required this.samples,
required this.category,
required this.labels,
this.previewUrl,
required this.availableForTiers,
this.settings,
});