ChatMessageModel constructor
const
ChatMessageModel({
- required List<
ChoiceModel> choices, - String? id,
- String? model,
Implementation
const ChatMessageModel({
required this.choices,
this.id,
this.model,
});