sourceType property

  1. @TagNumber(1)
CustomProcessorSourceInfo_SourceType sourceType

The original product which holds the custom processor's functionality.

Implementation

@$pb.TagNumber(1)
CustomProcessorSourceInfo_SourceType get sourceType => $_getN(0);
  1. @TagNumber(1)
void sourceType=(CustomProcessorSourceInfo_SourceType v)

Implementation

@$pb.TagNumber(1)
set sourceType(CustomProcessorSourceInfo_SourceType v) { setField(1, v); }