ContentMatcher constructor
ContentMatcher({
- String? content,
- JsonPathMatcher? jsonPathMatcher,
- String? matcher,
Implementation
ContentMatcher({
this.content,
this.jsonPathMatcher,
this.matcher,
});