FileSystemMoveEvent constructor
Constructs a new FileSystemMoveEvent.
Implementation
FileSystemMoveEvent(String path, bool isDirectory, this.destination)
: super._(FileSystemEvent.move, path, isDirectory);
Constructs a new FileSystemMoveEvent.
FileSystemMoveEvent(String path, bool isDirectory, this.destination)
: super._(FileSystemEvent.move, path, isDirectory);