ChatConfigOptionChoice constructor
const
ChatConfigOptionChoice({})
Implementation
const ChatConfigOptionChoice({
required this.value,
required this.name,
this.description,
this.groupId,
this.groupName,
});
const ChatConfigOptionChoice({
required this.value,
required this.name,
this.description,
this.groupId,
this.groupName,
});