Chapters constructor

Chapters({
  1. int? id,
  2. String? revelationPlace,
  3. int? revelationOrder,
  4. bool? bismillahPre,
  5. String? nameSimple,
  6. String? nameComplex,
  7. String? nameArabic,
  8. int? versesCount,
  9. List<int>? pages,
  10. TranslatedName? translatedName,
})

Implementation

Chapters(
    {this.id,
    this.revelationPlace,
    this.revelationOrder,
    this.bismillahPre,
    this.nameSimple,
    this.nameComplex,
    this.nameArabic,
    this.versesCount,
    this.pages,
    this.translatedName});