Flutter
dart:io
FileSystemEntity
parent property
parent
FileSystemEntity class
Constructors
FileSystemEntity
Properties
absolute
isAbsolute
parent
path
uri
hashCode
runtimeType
Methods
delete
deleteSync
exists
existsSync
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
watch
noSuchMethod
toString
Operators
operator ==
Static properties
isWatchSupported
Static methods
identical
identicalSync
isDirectory
isDirectorySync
isFile
isFileSync
isLink
isLinkSync
parentOf
type
typeSync
parent property
Directory
parent
The directory containing
this
.
Implementation
Directory get parent => new Directory(parentOf(path));