SingleChapterData constructor Null safety

SingleChapterData(
  1. String result,
  2. String response,
  3. Data data
)

Implementation

SingleChapterData(this.result, this.response, this.data);