menu
another_chatgpt package
documentation
completions/completions_dto.dart
GptChoice
GptChoice.fromJson factory constructor
GptChoice.fromJson factory constructor
dark_mode
light_mode
GptChoice.fromJson
constructor
GptChoice.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory GptChoice.fromJson(Map<String, dynamic> json) => _$GptChoiceFromJson(json);
another_chatgpt package
documentation
completions/completions_dto
GptChoice
GptChoice.fromJson factory constructor
GptChoice class