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