APIDBModule constructor

APIDBModule(
  1. APIRoot apiRoot, {
  2. String name = 'db',
  3. bool onlyOnDevelopment = true,
  4. APICredential? credential,
})

Implementation

APIDBModule(APIRoot apiRoot,
    {String name = 'db', this.onlyOnDevelopment = true, this.credential})
    : super(apiRoot, name);