Device constructor

Device({
  1. List<DeviceClaim>? claims,
  2. String? configuration,
  3. String? deviceId,
  4. DeviceIdentifier? deviceIdentifier,
  5. DeviceMetadata? deviceMetadata,
  6. String? name,
})

Implementation

Device({
  this.claims,
  this.configuration,
  this.deviceId,
  this.deviceIdentifier,
  this.deviceMetadata,
  this.name,
});