Juzs constructor

Juzs({
  1. int? id,
  2. int? juzNumber,
  3. VerseMapping? verseMapping,
  4. int? firstVerseId,
  5. int? lastVerseId,
  6. int? versesCount,
  7. int? firstPage,
})

Implementation

Juzs(
    {this.id,
    this.juzNumber,
    this.verseMapping,
    this.firstVerseId,
    this.lastVerseId,
    this.versesCount,
    this.firstPage});