BibleData class

Reference information used by the Librarian class to analyze potential references.

Constructors

BibleData()

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

Constants

bookNames → const List<List<String>>
book names based on book number in list
books → const Map<String, int>
All full book names of the mapped to which number they are chronologically.
lastVerse → const List<List<int>>
Returns the last verse in a specific chapter of a book. Two dimensional array, book and chapter indexes start at 0
osisBooks → const Map<String, int>
The osis representation of each book mapped to the chronological ordering.
shortenedBooks → const Map<String, int>
The shortened form of every book mapped to the chronological ordering.
variants → const Map<String, int>
Varied ways some books are referenced and Paratext abbreviations that do not overlap with osisBooks.