total property

  1. @TagNumber.new(1)
int get total

Total number of participants in the call including the anonymous participants.

Implementation

@$pb.TagNumber(1)
$core.int get total => $_getIZ(0);
  1. @TagNumber.new(1)
set total (int value)

Implementation

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