ChatCompletionMessageToolCall.fromJson constructor

ChatCompletionMessageToolCall.fromJson(
  1. Map<String, dynamic> json
)

Object construction from a JSON representation

Implementation

factory ChatCompletionMessageToolCall.fromJson(Map<String, dynamic> json) =>
    _$ChatCompletionMessageToolCallFromJson(json);