collectionVector property

  1. @TagNumber.new(20)
Vector get collectionVector

Implementation

@$pb.TagNumber(20)
$2.Vector get collectionVector => $_getN(19);
  1. @TagNumber.new(20)
set collectionVector (Vector value)

Implementation

@$pb.TagNumber(20)
set collectionVector($2.Vector value) => $_setField(20, value);