JsonPathMatcher constructor

JsonPathMatcher({
  1. String? jsonMatcher,
  2. String? jsonPath,
})

Implementation

JsonPathMatcher({
  this.jsonMatcher,
  this.jsonPath,
});