Verse constructor
Verse({})
the main constructor of Verse class.
Implementation
Verse(
{this.verseNumber,
this.verseKey,
this.textImlaeiSimple,
this.pageNumber,
this.juzNumber,
this.words,
this.font});