anonymous property

  1. @TagNumber(2)
int get anonymous

Total number of anonymous participants in the call.

Implementation

@$pb.TagNumber(2)
$core.int get anonymous => $_getIZ(1);
  1. @TagNumber(2)
set anonymous (int value)

Implementation

@$pb.TagNumber(2)
set anonymous($core.int value) => $_setUnsignedInt32(1, value);