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