activeClientCount property

  1. @TagNumber.new(3)
int get activeClientCount

Implementation

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

Implementation

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