ArangoClient constructor

ArangoClient(
  1. String? auth,
  2. Uri uri
)

Implementation

ArangoClient(this.auth, this.uri);