exportJson method

Future<List<Map<String, dynamic>>> exportJson()

Export the results of this query as json.

Implementation

Future<List<Map<String, dynamic>>> exportJson() => build().exportJson();