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