points property

  1. @TagNumber(1)
PointsIdsList get points

Implementation

@$pb.TagNumber(1)
PointsIdsList get points => $_getN(0);
  1. @TagNumber(1)
set points (PointsIdsList v)

Implementation

@$pb.TagNumber(1)
set points(PointsIdsList v) {
  $_setField(1, v);
}