collection method

ArangoDocumentCollection collection(
  1. String collectionName
)

Implementation

ArangoDocumentCollection collection(String collectionName) {
  return ArangoDocumentCollection(collectionName, _connection);
}