ChapterContentInputModel constructor

const ChapterContentInputModel({
  1. required List<ChapterContentBlockInputModel> blocks,
})

Implementation

const ChapterContentInputModel({
  required this.blocks,
});