ChapterContentInputModel constructor
const
ChapterContentInputModel({
- required List<
ChapterContentBlockInputModel> blocks,
Implementation
const ChapterContentInputModel({
required this.blocks,
});