Flutter
file
ForwardingFileSystemEntity
<
T extends FileSystemEntity
,
D extends FileSystemEntity
>
path property
path
ForwardingFileSystemEntity class
Constructors
ForwardingFileSystemEntity
Properties
absolute
basename
delegate
dirname
isAbsolute
parent
path
uri
fileSystem
hashCode
runtimeType
Methods
delete
deleteSync
exists
existsSync
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
watch
wrap
wrapDirectory
wrapFile
wrapLink
noSuchMethod
toString
Operators
operator ==
path property
String
path
override
Implementation
@override String get path => delegate.path;