RegisterAVSDeviceResponse constructor

RegisterAVSDeviceResponse({
  1. String? deviceArn,
})

Implementation

RegisterAVSDeviceResponse({
  this.deviceArn,
});