GptChoice.fromJson constructor

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

Implementation

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