create constant Null safety
Bitfield for FileSystemEntity.watch, to enable FileSystemCreateEvents.
Implementation
static const int create = 1 << 0;
Bitfield for FileSystemEntity.watch, to enable FileSystemCreateEvents.
static const int create = 1 << 0;