ResourcePath constructor

ResourcePath({
  1. List<ResourcePathComponent>? components,
})

Implementation

ResourcePath({
  this.components,
});