postProcessing property
- @JsonKey.new(name: 'post_processing', fromJson: _postProcessingFromJson, toJson: _postProcessingToJson)
final
Specify the post-processing configuration
Implementation
@JsonKey(
name: 'post_processing',
fromJson: _postProcessingFromJson,
toJson: _postProcessingToJson)
final PostProcessing? postProcessing;