menu
slang_gpt package
documentation
model/gpt_prompt.dart
GptPrompt
userJSON property
userJSON property
dark_mode
light_mode
userJSON
property
Map
<
String
,
dynamic
>
userJSON
final
Contains the JSON representation of the prompt. (Debugging)
Implementation
final Map<String, dynamic> userJSON;
slang_gpt package
documentation
model/gpt_prompt
GptPrompt
userJSON property
GptPrompt class