attributeCount property

  1. @TagNumber.new(9)
int get attributeCount

Output only. The number of child attributes present for this attribute.

Implementation

@$pb.TagNumber(9)
$core.int get attributeCount => $_getIZ(8);
  1. @TagNumber.new(9)
set attributeCount (int v)

Implementation

@$pb.TagNumber(9)
set attributeCount($core.int v) { $_setSignedInt32(8, v); }