video_player
dart:io
Directory
abstract method toString
toString
class Directory
Constructors
Directory
fromUri
Properties
absolute
path
uri
hashCode
isAbsolute
parent
runtimeType
Methods
create
createSync
createTemp
createTempSync
list
listSync
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
toString
delete
deleteSync
exists
existsSync
noSuchMethod
stat
statSync
watch
Operators
operator ==
Static properties
current
systemTemp
String
toString
(
)
Returns a human readable string for this Directory instance.
Source
String toString();
method toString