FileSystemModifyEvent constructor

FileSystemModifyEvent(
  1. String path,
  2. bool isDirectory,
  3. bool contentChanged
)

Constructs a new FileSystemModifyEvent.

Implementation

FileSystemModifyEvent(String path, bool isDirectory, this.contentChanged)
    : super._(FileSystemEvent.modify, path, isDirectory);