CustomMatcher constructor

CustomMatcher(String _featureDescription, String _featureName, dynamic matcher)

Implementation

CustomMatcher(this._featureDescription, this._featureName, matcher)
    : this._matcher = wrapMatcher(matcher);