SelectOptionItem constructor

const SelectOptionItem(
  1. String value,
  2. String label
)

Implementation

const SelectOptionItem(this.value, this.label);