Words constructor

Words({
  1. int? id,
  2. int? position,
  3. String? audioUrl,
  4. String? qpcUthmaniHafs,
  5. String? charTypeName,
  6. int? pageNumber,
  7. int? lineNumber,
  8. String? text,
  9. Translation? translation,
  10. Translation? transliteration,
})

Implementation

Words(
    {this.id,
    this.position,
    this.audioUrl,
    this.qpcUthmaniHafs,
    this.charTypeName,
    this.pageNumber,
    this.lineNumber,
    this.text,
    this.translation,
    this.transliteration});