UnclaimDeviceResponse constructor

UnclaimDeviceResponse({
  1. String? state,
})

Implementation

UnclaimDeviceResponse({
  this.state,
});