DropdownOption constructor

DropdownOption({
  1. required String label,
  2. required String value,
})

Implementation

DropdownOption({required this.label, required this.value});