Text2Speech constructor
const
Text2Speech({})
Implementation
const Text2Speech({
required this.key,
this.webhook,
this.trackId,
required this.prompt,
this.voiceId,
this.language,
this.speed,
this.emotion,
this.temp,
});