format property

  1. @JsonKey.new(name: 'format', fromJson: _decodeDiffPatchFormat, toJson: _encodeDiffPatchFormat, includeIfNull: false, required: true)
DiffPatchFormat format
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;