ChatResponse constructor
ChatResponse({
- required List<
ChatResponseChoice> choices,
Implementation
ChatResponse({required this.choices});
ChatResponse({required this.choices});