postProcessing property

  1. @JsonKey.new(name: 'post_processing', fromJson: _postProcessingFromJson, toJson: _postProcessingToJson)
PostProcessing? postProcessing
final

Specify the post-processing configuration

Implementation

@JsonKey(
    name: 'post_processing',
    fromJson: _postProcessingFromJson,
    toJson: _postProcessingToJson)
final PostProcessing? postProcessing;