class DropDownDataModel{ int cod; String title; DropDownDataModel({ required this.cod, required this.title }); }