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