exportJson abstract method

List<Map<String, dynamic>> exportJson({
  1. int? offset,
  2. int? limit,
})

Export the results of this query as json.

Implementation

List<Map<String, dynamic>> exportJson({int? offset, int? limit});