SsmControls constructor

SsmControls({
  1. int? concurrentExecutionRatePercentage,
  2. int? errorPercentage,
})

Implementation

SsmControls({
  this.concurrentExecutionRatePercentage,
  this.errorPercentage,
});