ActivateDeviceResponse constructor

ActivateDeviceResponse({
  1. String? key,
  2. int? duration,
  3. int? length,
})

Implementation

ActivateDeviceResponse({
  this.key,
  this.duration,
  this.length,
});