TtsRequest constructor
TtsRequest({})
Implementation
TtsRequest({
required this.speech,
required this.isShowOnConversationLayer,
this.id,
this.packageName,
this.status,
this.language,
this.showAnimationOnly,
this.cached,
});