NodeMatcher constructor

NodeMatcher({
  1. StringMatcher? nodeId,
  2. List<StructMatcher>? nodeMetadatas,
})

Implementation

NodeMatcher({
  this.nodeId,
  this.nodeMetadatas,
});