StructMatcher constructor
StructMatcher({
- List<
PathSegment> ? path, - ValueMatcher? value,
Implementation
StructMatcher({
this.path,
this.value,
});
StructMatcher({
this.path,
this.value,
});