path property

  1. @JsonKey.new(name: 'path', fromJson: _decodeDiffPathPairChangePath, toJson: _encodeDiffPathPairChangePath, includeIfNull: false, required: true)
AbsolutePath path
final

Absolute path after the operation.

Implementation

@JsonKey(
  name: 'path',
  fromJson: _decodeDiffPathPairChangePath,
  toJson: _encodeDiffPathPairChangePath,
  includeIfNull: false,
  required: true,
)
final AbsolutePath path;