DoubleWithTolerance constructor

const DoubleWithTolerance(
  1. double value, {
  2. double epsilon = precisionErrorTolerance,
})

Implementation

const DoubleWithTolerance(
  this.value, {
  this.epsilon = precisionErrorTolerance,
});