CustomMatcher constructor Null safety
Implementation
CustomMatcher(
this._featureDescription, this._featureName, Object? valueOrMatcher)
: _matcher = wrapMatcher(valueOrMatcher);
CustomMatcher(
this._featureDescription, this._featureName, Object? valueOrMatcher)
: _matcher = wrapMatcher(valueOrMatcher);