ChapterContentBlockInputModel constructor

const ChapterContentBlockInputModel({
  1. dynamic subType,
  2. dynamic blockId,
  3. required List<ChapterContentParagraphTtsNodeInputModel> nodes,
})

Implementation

const ChapterContentBlockInputModel({
  this.subType,
  this.blockId,
  required this.nodes,
});