ListPickerOption constructor
ListPickerOption({
- required dynamic value,
- required String text,
Implementation
ListPickerOption({
required this.value,
required this.text,
});