DeviceIdentifier constructor

DeviceIdentifier({
  1. String? chromeOsAttestedDeviceId,
  2. String? deviceType,
  3. String? imei,
  4. String? manufacturer,
  5. String? meid,
  6. String? model,
  7. String? serialNumber,
})

Implementation

DeviceIdentifier({
  this.chromeOsAttestedDeviceId,
  this.deviceType,
  this.imei,
  this.manufacturer,
  this.meid,
  this.model,
  this.serialNumber,
});