componentCount property

  1. @TagNumber(12)
int componentCount

Number of underlying components that make up this object. Components are accumulated by compose operations. Attempting to set this field will result in an error.

Implementation

@$pb.TagNumber(12)
$core.int get componentCount => $_getIZ(10);
  1. @TagNumber(12)
void componentCount=(int v)

Implementation

@$pb.TagNumber(12)
set componentCount($core.int v) { $_setSignedInt32(10, v); }