Flutter
dart:io
File
path
path
Flutter
dart:io
File
path
property
path
Flutter
dart:io
File
Constructors
File
fromUri
Properties
absolute
path
hashCode
isAbsolute
parent
runtimeType
uri
Operators
operator ==
Methods
copy
copySync
create
createSync
lastModified
lastModifiedSync
length
lengthSync
open
openRead
openSync
openWrite
readAsBytes
readAsBytesSync
readAsLines
readAsLinesSync
readAsString
readAsStringSync
rename
renameSync
writeAsBytes
writeAsBytesSync
writeAsString
writeAsStringSync
delete
deleteSync
exists
existsSync
noSuchMethod
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
toString
watch
String
path
Get the path of the file.
Source
String get path;