QueryWithClient constructor

QueryWithClient(
  1. ArangoDBClient client,
  2. List<QueryTextFragment> fragments, {
  3. List<BindNameValuePair>? bindVars,
})

Implementation

QueryWithClient(this.client, List<query.QueryTextFragment> fragments,
    {List<query.BindNameValuePair>? bindVars})
    : super.create(fragments, bindVars: bindVars);