Link constructor

Link(
  1. String path
)

Creates a link entity.

Implementation

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