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