ChapterContentResponseModel constructor

const ChapterContentResponseModel({
  1. required List<ChapterContentBlockResponseModel> blocks,
})

Implementation

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