GptThreadContentText.fromJson constructor

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

Implementation

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