DeviceListBean constructor

DeviceListBean({
  1. List<DeviceBean>? list,
})

Implementation

DeviceListBean({
  this.list
});