autoDecodingConfig property
Automatically detect decoding parameters. Preferred for supported formats.
Implementation
@$pb.TagNumber(7)
AutoDetectDecodingConfig get autoDecodingConfig => $_getN(2);
Implementation
@$pb.TagNumber(7)
set autoDecodingConfig(AutoDetectDecodingConfig v) {
setField(7, v);
}