points property
- @TagNumber.new(14)
Stores the number of points assigned to this action (should be greater than 0)
Implementation
@$pb.TagNumber(14)
$fixnum.Int64 get points => $_getI64(6);
- @TagNumber.new(14)
Implementation
@$pb.TagNumber(14)
set points($fixnum.Int64 value) => $_setInt64(6, value);