GetDeviceResponse constructor

GetDeviceResponse({
  1. required DeviceType device,
})

Implementation

GetDeviceResponse({
  required this.device,
});