allVerses property

List<Verse> allVerses
getter/setter pair

allVerses is static List of Verse that will filled with verses when calling initializing method from QuranController.

Implementation

static List<Verse> allVerses = [];