oldPath property
- @JsonKey.new(name: 'oldPath', fromJson: _decodeDiffPathPairChangeOldPath, toJson: _encodeDiffPathPairChangeOldPath, includeIfNull: false, required: true)
final
Absolute path before the operation.
Implementation
@JsonKey(
name: 'oldPath',
fromJson: _decodeDiffPathPairChangeOldPath,
toJson: _encodeDiffPathPairChangeOldPath,
includeIfNull: false,
required: true,
)
final AbsolutePath oldPath;