fromJson static method
Parse from raw JSON.
Implementation
static WebSearchToolCallStatus fromJson(String raw) => WebSearchToolCallStatus(raw);
Parse from raw JSON.
static WebSearchToolCallStatus fromJson(String raw) => WebSearchToolCallStatus(raw);