componentCount property

  1. @TagNumber.new(12)
int get 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.new(12)
set componentCount (int v)

Implementation

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