int totalChapters

Get the total

Source

int get totalChapters {
  loadBook();
  return _totalChapters;
}