NodeMatcher constructor
NodeMatcher({
- StringMatcher? nodeId,
- List<
StructMatcher> ? nodeMetadatas,
Implementation
NodeMatcher({
this.nodeId,
this.nodeMetadatas,
});