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