bool isLink(String path) { final fromType = FileSystemEntity.typeSync(path, followLinks: false); return fromType == FileSystemEntityType.link; }