Reference.chapter constructor

Reference.chapter(
  1. String book,
  2. int chapter
)

Construct a Reference as a chapter.

Implementation

Reference.chapter(String book, int chapter) : this(book, chapter);