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