ChapterList constructor

ChapterList({
  1. required Heading heading,
  2. required List<Chapter> chapters,
})

Implementation

ChapterList({required this.heading, required this.chapters});