DataSource class

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

fetchBookById(int bookId) Future<Book?>
fetchBooksList() Future<List<Book>?>
fetchChapterById(int chapterId) Future<Chapter?>
fetchChaptersList() Future<List<Chapter>?>
fetchNarrationById(int narrationId) Future<Narration?>
fetchNarrationsList() Future<List<Narration>?>
fetchPageById(int pageId) Future<Page?>
fetchPagesList() Future<List<Page>?>
fetchPartById(int partId) Future<Part?>
fetchPartsList() Future<List<Part>?>
fetchRecitationById(int recitationId) Future<Recitation?>
fetchRecitationsList() Future<List<Recitation>?>
fetchRecitationsVersesList(int recitationId) Future<List<RecitationVerses>?>
fetchRecitationVersesById(int recitationId, int recitationVersesId) Future<RecitationVerses?>
fetchReciterById(int reciterId) Future<Reciter?>
fetchRecitersList() Future<List<Reciter>?>
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 Properties

instance DataSource
no setter