runAndReturnFutureList method

Future<List> runAndReturnFutureList()

Calls client.queryToList( this.toMap() ) where client is ArangoDBClient saved in client property.

Implementation

Future<List<dynamic>> runAndReturnFutureList() async =>
  await client.queryToList(toMap());