toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final aggregationOutput = this.aggregationOutput;
  final outputInfo = this.outputInfo;
  return {'aggregationOutput': ?aggregationOutput, 'outputInfo': ?outputInfo};
}