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