USelectOption constructor
USelectOption({})
Implementation
USelectOption({
required this.value,
required this.text,
this.isDefault = false,
this.isDisabled = false,
this.group,
this.icon,
});
USelectOption({
required this.value,
required this.text,
this.isDefault = false,
this.isDisabled = false,
this.group,
this.icon,
});