NewDeviceMetadataType constructor

NewDeviceMetadataType({
  1. String? deviceGroupKey,
  2. String? deviceKey,
})

Implementation

NewDeviceMetadataType({
  this.deviceGroupKey,
  this.deviceKey,
});