menu
another_chatgpt package
documentation
chat_service.dart/chats_dto.dart
GptFunction
GptFunction.fromJson factory constructor
GptFunction.fromJson factory constructor
dark_mode
light_mode
GptFunction.fromJson
constructor
GptFunction.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory GptFunction.fromJson(Map<String, dynamic> json) => _$GptFunctionFromJson(json);
another_chatgpt package
documentation
chat_service.dart/chats_dto
GptFunction
GptFunction.fromJson factory constructor
GptFunction class