isRename property

bool get isRename

Whether the file was renamed.

Implementation

bool get isRename => path != oldPath;