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