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