Base event class emitted by FileSystemEntity.watch.
true
if the event target was a directory. [...] FileSystemEvent
for a list of events. create | modify | delete | move
FileSystemEntity.watch
, for enabling all of create
, modify
, delete
and move
. create | modify | delete | move
1 << 0
FileSystemEntity.watch
, to enable FileSystemCreateEvent
s. 1 << 0
1 << 2
FileSystemEntity.watch
, to enable FileSystemDeleteEvent
s. 1 << 2
1 << 1
FileSystemEntity.watch
, to enable FileSystemModifyEvent
s. 1 << 1
1 << 3
FileSystemEntity.watch
, to enable FileSystemMoveEvent
s. 1 << 3
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-io/FileSystemEvent-class.html