Compute constructor

Compute({
  1. int? simulationUnitLimit,
})

Implementation

Compute({
  this.simulationUnitLimit,
});