QueryWithClient constructor

QueryWithClient(
  1. ArangoDBClient client,
  2. List<QueryTextFragment> fragments, {
  3. List<BindNameValuePair> bindVars = const [],
})

Implementation

QueryWithClient(this.client, List<QueryTextFragment> fragments,
    {List<BindNameValuePair> bindVars = const []})
    : super.create(fragments, bindVars: bindVars);