SelectOptions constructor

SelectOptions({
  1. required String key,
  2. required String value,
  3. String? code,
})

Implementation

SelectOptions({required this.key, required this.value, this.code});