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