BibleProvider constructor

BibleProvider(
  1. String name,
  2. bool _requiresKey,
  3. Set<String> _versions
)

Implementation

BibleProvider(this.name, this._requiresKey, this._versions);