Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById constructor

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

Implementation

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