ResourcePath constructor

ResourcePath({
  1. List<ResourcePathNode>? nodes,
})

Implementation

ResourcePath({
  this.nodes,
});