DevicesListResponse constructor

DevicesListResponse({
  1. List<Device>? device,
})

Implementation

DevicesListResponse({
  this.device,
});