Returns true if the path exists on disk and is pointing at a symlink. Does not follow links.
Future<bool> isSymlink() => io.isSymlink(_string);