arrayValue property
An array value.
Cannot directly contain another array value, though can contain an map which contains another array.
Implementation
@$pb.TagNumber(9)
ArrayValue get arrayValue => $_getN(6);
Implementation
@$pb.TagNumber(9)
set arrayValue(ArrayValue v) {
setField(9, v);
}