Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation constructor

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

Implementation

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