LabelValue constructor
LabelValue({
- String? label,
- LocalizedString? localizedLabel,
- LocalizedString? localizedValue,
- String? value,
Implementation
LabelValue({
this.label,
this.localizedLabel,
this.localizedValue,
this.value,
});