DiffPathPairChange constructor
DiffPathPairChange({
- required AbsolutePath oldPath,
- required AbsolutePath path,
Creates a DiffPathPairChange value.
Implementation
DiffPathPairChange({required this.oldPath, required this.path});