Device constructor

Device({
  1. AWSLocation? awsLocation,
  2. DateTime? createdAt,
  3. String? description,
  4. String? deviceArn,
  5. String? deviceId,
  6. String? globalNetworkId,
  7. Location? location,
  8. String? model,
  9. String? serialNumber,
  10. String? siteId,
  11. DeviceState? state,
  12. List<Tag>? tags,
  13. String? type,
  14. String? vendor,
})

Implementation

Device({
  this.awsLocation,
  this.createdAt,
  this.description,
  this.deviceArn,
  this.deviceId,
  this.globalNetworkId,
  this.location,
  this.model,
  this.serialNumber,
  this.siteId,
  this.state,
  this.tags,
  this.type,
  this.vendor,
});