AddChapterResponseModel constructor

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

Implementation

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