EditChapterResponseModel constructor
const
EditChapterResponseModel({
- required ChapterWithContentResponseModel chapter,
Implementation
const EditChapterResponseModel({
required this.chapter,
});