shortFlipPoints property

  1. @TagNumber.new(7)
int get shortFlipPoints

Implementation

@$pb.TagNumber(7)
$core.int get shortFlipPoints => $_getIZ(6);
  1. @TagNumber.new(7)
set shortFlipPoints (int v)

Implementation

@$pb.TagNumber(7)
set shortFlipPoints($core.int v) {
  $_setUnsignedInt32(6, v);
}