ChatConfigOption constructor
const
ChatConfigOption({})
Implementation
const ChatConfigOption({
required this.id,
required this.name,
required this.type,
required this.currentValue,
required this.options,
this.description,
this.category,
this.group,
});