Query$SaveEyeGraphUtil_GetDevicePopAndSerial$publicDeviceMetadataByDeviceId constructor

Query$SaveEyeGraphUtil_GetDevicePopAndSerial$publicDeviceMetadataByDeviceId({
  1. required String id,
  2. required String serial,
  3. String? devicePoP,
  4. String $__typename = 'PublicDeviceMetadataPayload',
})

Implementation

Query$SaveEyeGraphUtil_GetDevicePopAndSerial$publicDeviceMetadataByDeviceId({
  required this.id,
  required this.serial,
  this.devicePoP,
  this.$__typename = 'PublicDeviceMetadataPayload',
});