ResourcePathNode constructor

ResourcePathNode({
  1. String? displayName,
  2. String? id,
  3. String? nodeType,
})

Implementation

ResourcePathNode({
  this.displayName,
  this.id,
  this.nodeType,
});