path property
- @JsonKey.new(name: 'path', fromJson: _decodeDiffPathPairChangePath, toJson: _encodeDiffPathPairChangePath, includeIfNull: false, required: true)
final
Absolute path after the operation.
Implementation
@JsonKey(
name: 'path',
fromJson: _decodeDiffPathPairChangePath,
toJson: _encodeDiffPathPairChangePath,
includeIfNull: false,
required: true,
)
final AbsolutePath path;