class ItemSelected { final String? text; final int? id; ItemSelected({ this.text, this.id, }); }