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