UISelectInputOption constructor

UISelectInputOption({
  1. String? value,
  2. String? label,
})

Implementation

UISelectInputOption({
  this.value,
  this.label,
});