ChapterContentParagraphTtsNodeInputModel constructor

const ChapterContentParagraphTtsNodeInputModel({
  1. required String type,
  2. required String text,
  3. required String voiceId,
})

Implementation

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