FileSystemModifyEvent constructor
Constructs a new FileSystemModifyEvent.
Implementation
FileSystemModifyEvent(String path, bool isDirectory, this.contentChanged)
: super._(FileSystemEvent.modify, path, isDirectory);
Constructs a new FileSystemModifyEvent.
FileSystemModifyEvent(String path, bool isDirectory, this.contentChanged)
: super._(FileSystemEvent.modify, path, isDirectory);