Simulation constructor Null safety
- {Tolerance tolerance = Tolerance.defaultTolerance}
Initializes the tolerance field for subclasses.
Implementation
Simulation({ this.tolerance = Tolerance.defaultTolerance });
Initializes the tolerance field for subclasses.
Simulation({ this.tolerance = Tolerance.defaultTolerance });