toJson method

JsonMap toJson()

Implementation

JsonMap toJson() => {
      'aggregate': '${aggregate.runtimeType}',
      'query': query,
    };