destination 属性

String? destination
final

正在移动的文件的目标路径。

如果底层实现无法识别移动文件的 目标位置,则目标为 null

源路径可通过 path 获取。

实现

final String? destination;