BibleProvider class abstract
A source for bible content
Constructors
-
BibleProvider(String name, bool _requiresKey, Set<
String> _versions)
Properties
Methods
-
containsVersion(
String version) → bool - Whether or not this provider can query certain a versions.
-
getPassage(
BibleReference query, {Map< String, String> ? parameters, String? key, String? version}) → Future<PassageQuery> - Fetch a passage from this provider's designated provider source.
-
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