ChapterContentParagraphTtsNodeInputModel constructor
const
ChapterContentParagraphTtsNodeInputModel({})
Implementation
const ChapterContentParagraphTtsNodeInputModel({
required this.type,
required this.text,
required this.voiceId,
});