countPoints property

  1. @TagNumber(1)
CountPoints get countPoints

Implementation

@$pb.TagNumber(1)
$4.CountPoints get countPoints => $_getN(0);
  1. @TagNumber(1)
set countPoints (CountPoints v)

Implementation

@$pb.TagNumber(1)
set countPoints($4.CountPoints v) { $_setField(1, v); }