RecitationVersesDao class abstract

Annotations
  • @dao

Constructors

RecitationVersesDao()

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

deleteRecitationVerses(RecitationVerses recitationVerses) Future<void>
findAllRecitationsVerses() Future<List<RecitationVerses>>
findRecitationVersesById(int id) Stream<RecitationVerses?>
insertRecitationVerses(RecitationVerses recitationVerses) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRecitationVerses(RecitationVerses recitationVerses) Future<void>

Operators

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