MetaDataLoader class

A class responsible for loading and parsing metadata for Surahs and Juz from the Quran.

Constructors

MetaDataLoader.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

loadJuz() Map<int, Juz>
Loads the metadata for all Juz from QuranMetaData and returns a map of Juz objects.
loadPages() Map<int, QuranPage>
Loads the metadata for all pages from QuranMetaData and returns a map of QuranPage objects.
loadSurah() Map<int, Surah>
Loads the metadata for all Surahs from QuranMetaData and returns a map of Surah objects.