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