ChapterContentBlockTtsNodeResponseModel constructor

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

Implementation

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