allVerses property
allVerses is static List of Verse that will filled with verses when calling initializing method from QuranController.
Implementation
static List<Verse> allVerses = [];
allVerses is static List of Verse that will filled with verses when calling initializing method from QuranController.
static List<Verse> allVerses = [];