listLength property

  1. @TagNumber(1)
int listLength

length of the list after the concatenation

Implementation

@$pb.TagNumber(1)
$core.int get listLength => $_getIZ(0);
  1. @TagNumber(1)
void listLength=(int v)

Implementation

@$pb.TagNumber(1)
set listLength($core.int v) {
  $_setUnsignedInt32(0, v);
}