ContentMatcher constructor

ContentMatcher({
  1. String? content,
  2. JsonPathMatcher? jsonPathMatcher,
  3. String? matcher,
})

Implementation

ContentMatcher({
  this.content,
  this.jsonPathMatcher,
  this.matcher,
});