ToolCallContent.fromMap constructor

ToolCallContent.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory ToolCallContent.fromMap(Map<Object?, Object?> value) =>
    _toolCallContentCodec.decode(value);