EditChapterResponseModel constructor

const EditChapterResponseModel({
  1. required ChapterWithContentResponseModel chapter,
})

Implementation

const EditChapterResponseModel({
  required this.chapter,
});