DiffPathPairChange constructor

DiffPathPairChange({
  1. required AbsolutePath oldPath,
  2. required AbsolutePath path,
})

Creates a DiffPathPairChange value.

Implementation

DiffPathPairChange({required this.oldPath, required this.path});