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