DoubleMatcher constructor

DoubleMatcher({
  1. double? exact,
  2. DoubleRange? range,
})

Implementation

DoubleMatcher({this.exact, this.range});