supportsPostProcessing property

  1. @TagNumber.new(17)
bool get supportsPostProcessing

Indicates if the processor supports post processing.

Implementation

@$pb.TagNumber(17)
$core.bool get supportsPostProcessing => $_getBF(13);
  1. @TagNumber.new(17)
set supportsPostProcessing (bool v)

Implementation

@$pb.TagNumber(17)
set supportsPostProcessing($core.bool v) {
  $_setBool(13, v);
}