personBlurType property

  1. @TagNumber(1)
PersonBlurConfig_PersonBlurType personBlurType

Person blur type.

Implementation

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

Implementation

@$pb.TagNumber(1)
set personBlurType(PersonBlurConfig_PersonBlurType v) { setField(1, v); }