class GroupDevicesModel { String? icon; final String? name; final String? dec; GroupDevicesModel({this.icon, this.name, this.dec}); }