menu
voice_gpt package
documentation
configs/chat_gpt/chat_interfaces.dart
ChatResponse
choices property
choices property
dark_mode
light_mode
choices
property
List
<
ChatResponseChoice
>
choices
getter/setter pair
Implementation
late List<ChatResponseChoice> choices = [];
voice_gpt package
documentation
configs/chat_gpt/chat_interfaces
ChatResponse
choices property
ChatResponse class