ComboItem constructor

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

Implementation

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