NodeName constructor

NodeName(
  1. String name,
  2. String namespace
)

Implementation

NodeName(this.name, this.namespace);