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