Dart API Reference
dart:io
FileSystemDeleteEvent
FileSystemDeleteEvent
class
File system event for deletion of file system objects.
File system event for deletion of file system objects.
Extends
Object
FileSystemEvent
FileSystemDeleteEvent
Instance Properties
type
int
Inherited
read-only
The type of event. See
FileSystemEvent
for a list of events.
path
String
Inherited
read-only
The path that triggered the event. Depending on the platform and the FileSystemEntity, the path may be relative.
isDirectory
bool
Inherited
read-only
Is true if the event target was a directory.
Instance Methods
toString
(
) →
String
Returns a string representation of this object.