fromJSONString static method

ToolValue fromJSONString(
  1. String json
)

Implementation

static ToolValue fromJSONString(String json) =>
    DartBridgeToolCalling.shared.toolValueFromJson(json);