Link constructor
Link(
- String path
Creates a link entity.
Implementation
factory Link(String path) => fileSystemDefault.link(path);
Creates a link entity.
factory Link(String path) => fileSystemDefault.link(path);