ChapterContentBlockInputModel constructor
const
ChapterContentBlockInputModel({
- dynamic subType,
- dynamic blockId,
- required List<
ChapterContentParagraphTtsNodeInputModel> nodes,
Implementation
const ChapterContentBlockInputModel({
this.subType,
this.blockId,
required this.nodes,
});