ComputeResponse constructor

ComputeResponse({
  1. int? simulationUnitLimit,
})

Implementation

ComputeResponse({
  this.simulationUnitLimit,
});