DiffPathChange constructor

DiffPathChange({
  1. required AbsolutePath path,
})

Creates a DiffPathChange value.

Implementation

DiffPathChange({required this.path});