DoubleMatcher constructor
DoubleMatcher({
- double? exact,
- DoubleRange? range,
Implementation
DoubleMatcher({this.exact, this.range});
DoubleMatcher({this.exact, this.range});