Checks if type(path, followLinks: false) returns FileSystemEntityType.link.
type(path, followLinks: false)
FileSystemEntityType.link
@override Future<bool> isLink(String path) => _isType(path, FileSystemEntityType.link, followLinks: false);