all constant Null safety
Bitfield for FileSystemEntity.watch, for enabling all of create, modify, delete and move.
Implementation
static const int all = create | modify | delete | move;
Bitfield for FileSystemEntity.watch, for enabling all of create, modify, delete and move.
static const int all = create | modify | delete | move;