QuranLibrary constructor

QuranLibrary()

Factory constructor for creating a new instance of QuranLibrary.

This constructor is used to create an instance of the QuranLibrary class.

Implementation

factory QuranLibrary() {
  return _instance;
}