Link constructor

Link(
  1. String path
)

Creates a Link object.

Implementation

factory Link(String path) => fileSystemDefault.link(path);