ValueMatcher constructor
ValueMatcher({
- bool? boolMatch,
- DoubleMatcher? doubleMatch,
- ListMatcher? listMatch,
- NullMatch? nullMatch,
- bool? presentMatch,
- StringMatcher? stringMatch,
Implementation
ValueMatcher({
this.boolMatch,
this.doubleMatch,
this.listMatch,
this.nullMatch,
this.presentMatch,
this.stringMatch,
});