Dart SDK
dart:io
Link
Link
Link
Dart SDK
dart:io
Link
Link
factory constructor
Link
Source
Dart SDK
dart:io
Link
Constructors
Link
fromUri
Properties
absolute
hashCode
isAbsolute
parent
path
runtimeType
uri
Operators
operator ==
Methods
create
createSync
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
target
targetSync
update
updateSync
delete
deleteSync
exists
existsSync
noSuchMethod
stat
statSync
toString
watch
Link
(
String
path
)
Creates a Link object.
Source
factory Link(String path) => new _Link(path);
Cookies management controls