Constructors
-
Verse({@Default.new(0) int id, @Default.new("") String verseKey, @Default.new("") String text, @Default.new(0) int chapterID, @Default.new(0) int pageNumber, @Default.new(0) int juzNumber})
-
factory
-
Verse.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this Verse to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited