all constant Null safety

int const all

Bitfield for FileSystemEntity.watch, for enabling all of create, modify, delete and move.

Implementation

static const int all = create | modify | delete | move;