exportJsonSync method

List<Map<String, dynamic>> exportJsonSync()

Export the results of this query as json.

Implementation

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