maxPointsCount property

  1. @TagNumber(18)
Int64 get maxPointsCount

Implementation

@$pb.TagNumber(18)
$fixnum.Int64 get maxPointsCount => $_getI64(17);
  1. @TagNumber(18)
set maxPointsCount (Int64 v)

Implementation

@$pb.TagNumber(18)
set maxPointsCount($fixnum.Int64 v) { $_setInt64(17, v); }