destination property

  1. @override
String? get destination
override

The destination path of the file being moved.

The destination is null if the underlying implementation is unable to identify the destination of the moved file.

The source path is available as path.

Implementation

@override
String? get destination => fileSystemMoveEvent.destination;