class ListItemModel { final String? icon; final String? label; ListItemModel({ this.icon, this.label, }); }