ReasoningTextContent.fromJson constructor
Creates a ReasoningTextContent from JSON.
Implementation
factory ReasoningTextContent.fromJson(Map<String, dynamic> json) {
return ReasoningTextContent(json['text'] as String);
}
Creates a ReasoningTextContent from JSON.
factory ReasoningTextContent.fromJson(Map<String, dynamic> json) {
return ReasoningTextContent(json['text'] as String);
}