SingleChapterData constructor Null safety

SingleChapterData(
  1. String result,
  2. Chapter chapter
)

Implementation

SingleChapterData(this.result, this.chapter);