format property
- @JsonKey.new(name: 'format', fromJson: _decodeDiffPatchFormat, toJson: _encodeDiffPatchFormat, includeIfNull: false, required: true)
final
Patch format. The only ACP-defined value is git_patch.
Implementation
@JsonKey(
name: 'format',
fromJson: _decodeDiffPatchFormat,
toJson: _encodeDiffPatchFormat,
includeIfNull: false,
required: true,
)
final DiffPatchFormat format;