Verse class
A bible reference that contains the book, chapter, and a single verse number.
When instantiated by the Reference class, this object usually refers to the reference object's first or last verse within that reference.
- Inheritance
-
- Object
- BibleReference
- Verse
Properties
- abbrBook → String?
-
The uppercased paratext abbreviation for this reference's book.
no setterinherited
- abbrReference → String?
-
The uppercased paratext abbreviation for this verse.
in BOOKchapter:verse format.
no setteroverride
- book → String
-
The full book name of the reference.
finalinherited
- bookNumber → int?
-
The book number for the passed in reference book.
finalinherited
- chapterNumber → int?
-
The chapter number this verse is within.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isValid → bool
-
Whether this verse is found within the bible.
final
- osisBook → String?
-
The title cased representation for this reference's book.
no setterinherited
- osisReference → String?
-
The title cased osis representation for this verse in
Book chapter:verse format.
no setteroverride
- reference → String?
-
The book, chapter, and verse number.
final
- referenceType → ReferenceType
-
ReferenceType.VERSE.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortBook → String?
-
The shortest standard abbreviation for this reference's book.
no setterinherited
- shortReference → String?
-
The shortest standard abbreviation for this verse in
Book chapter:verse format.
no setteroverride
- verseNumber → int
-
The verse number this verse refers to within a chapter.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns BibleReference.reference
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited