Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation$updateDeviceAlarmThresholds constructor

Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation$updateDeviceAlarmThresholds({
  1. required String id,
  2. String $__typename = 'CoreDevice',
})

Implementation

Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation$updateDeviceAlarmThresholds({
  required this.id,
  this.$__typename = 'CoreDevice',
});