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