ignoreDeleteEvents property

bool get ignoreDeleteEvents

true if this file system watcher has been created such that it ignores delete file system events.

Implementation

_i2.bool get ignoreDeleteEvents => _i5.getProperty(
      this,
      'ignoreDeleteEvents',
    );