Dart API Reference
dart:io
FileSystemEvent
ALL
ALL
constant
Bitfield for
FileSystemEntity.watch
, for enabling all of
CREATE
,
MODIFY
,
DELETE
and
MOVE
.
int
ALL
=
CREATE | MODIFY | DELETE | MOVE
Bitfield for
FileSystemEntity.watch
, for enabling all of
CREATE
,
MODIFY
,
DELETE
and
MOVE
.