providers top-level property

List<BibleProvider> providers

Returns a list of all the BibleProviders.

Bible comes with a list of providers which can be used within the queryPassage method.

Implementation

List<BibleProvider> get providers => _providers;