RethinkService constructor

RethinkService(
  1. Connection connection,
  2. RqlQuery table, {
  3. bool allowRemoveAll = false,
  4. bool allowQuery = true,
  5. bool debug = false,
  6. bool listenForChanges = true,
})

Implementation

RethinkService(this.connection, this.table,
    {this.allowRemoveAll = false,
    this.allowQuery = true,
    this.debug = false,
    this.listenForChanges = true})
    : super();