points property

  1. @TagNumber.new(14)
Int64 get points

Stores the number of points assigned to this action (should be greater than 0)

Implementation

@$pb.TagNumber(14)
$fixnum.Int64 get points => $_getI64(6);
  1. @TagNumber.new(14)
set points (Int64 value)

Implementation

@$pb.TagNumber(14)
set points($fixnum.Int64 value) => $_setInt64(6, value);