Flutter
file
ForwardingFileSystem
path property
path
ForwardingFileSystem class
Constructors
ForwardingFileSystem
Properties
currentDirectory
delegate
isWatchSupported
path
systemTempDirectory
hashCode
runtimeType
Methods
directory
file
identical
identicalSync
link
stat
statSync
type
typeSync
getPath
isDirectory
isDirectorySync
isFile
isFileSync
isLink
isLinkSync
noSuchMethod
toString
Operators
operator ==
path property
Context
path
override
An object for manipulating paths in this file system.
Implementation
@override p.Context get path => delegate.path;