oldPath property

  1. @JsonKey.new(name: 'oldPath', fromJson: _decodeDiffPathPairChangeOldPath, toJson: _encodeDiffPathPairChangeOldPath, includeIfNull: false, required: true)
AbsolutePath oldPath
final

Absolute path before the operation.

Implementation

@JsonKey(
  name: 'oldPath',
  fromJson: _decodeDiffPathPairChangeOldPath,
  toJson: _encodeDiffPathPairChangeOldPath,
  includeIfNull: false,
  required: true,
)
final AbsolutePath oldPath;