isRenamed property

bool get isRenamed

Implementation

bool get isRenamed =>
    basePath != refPath && basePath != null && refPath != null;