AbstractPath.Relative constructor

AbstractPath.Relative(
  1. String name
)

Implementation

factory AbstractPath.Relative(String name) {
  return RelativePath(name);
}