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