move constant - FileSystemEvent class - dart:io library (original) (raw)
int const move
Bitfield for FileSystemEntity.watch, to enable FileSystemMoveEvents.
Implementation
static const int move = 1 << 3;
int const move
Bitfield for FileSystemEntity.watch, to enable FileSystemMoveEvents.
static const int move = 1 << 3;