Simulation constructor

Simulation({Tolerance tolerance: Tolerance.defaultTolerance })

Initializes the tolerance field for subclasses.

Implementation

Simulation({ this.tolerance = Tolerance.defaultTolerance });