move constant - FileSystemEvent class - dart:io library (original) (raw)

description

int const move

Bitfield for FileSystemEntity.watch, to enable FileSystemMoveEvents.

Implementation

static const int move = 1 << 3;