listLength property
length of the list after the concatenation
Implementation
@$pb.TagNumber(1)
$core.int get listLength => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set listLength($core.int v) {
$_setUnsignedInt32(0, v);
}
length of the list after the concatenation
@$pb.TagNumber(1)
$core.int get listLength => $_getIZ(0);
@$pb.TagNumber(1)
set listLength($core.int v) {
$_setUnsignedInt32(0, v);
}