DeviceDescription constructor

DeviceDescription({
  1. String? arn,
  2. Map<String, String>? attributes,
  3. String? deviceId,
  4. bool? enabled,
  5. double? remainingLife,
  6. Map<String, String>? tags,
  7. String? type,
})

Implementation

DeviceDescription({
  this.arn,
  this.attributes,
  this.deviceId,
  this.enabled,
  this.remainingLife,
  this.tags,
  this.type,
});