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