SelectOption<T> constructor
const
SelectOption<T> (
- String label,
- T value
Creates a SelectOption with a label and a value.
Implementation
const SelectOption(this.label, this.value);