Dart API Reference
dart:io
FileSystemEntity
isLink
isLink
method
Checks if type(path, followLinks: false) returns FileSystemEntityType.LINK.
Future
<
bool
>
isLink
(
String
path
)
Checks if type(path, followLinks: false) returns FileSystemEntityType.LINK.