path property

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

Absolute path for the operation.

Implementation

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