Device constructor
Device({
- List<
DeviceClaim> ? claims, - String? configuration,
- String? deviceId,
- DeviceIdentifier? deviceIdentifier,
- DeviceMetadata? deviceMetadata,
- String? name,
Implementation
Device({
this.claims,
this.configuration,
this.deviceId,
this.deviceIdentifier,
this.deviceMetadata,
this.name,
});