CreateDeviceResponse constructor

CreateDeviceResponse({
  1. Device? device,
})

Implementation

CreateDeviceResponse({
  this.device,
});