class ItemDropDown { String? key; String? value; ItemDropDown({this.key, this.value}); }