StructMatcher constructor

StructMatcher({
  1. List<PathSegment>? path,
  2. ValueMatcher? value,
})

Implementation

StructMatcher({
  this.path,
  this.value,
});