offset property

  1. @TagNumber(4)
int offset

Where should we start returning scores from in the elements within this range?

Implementation

@$pb.TagNumber(4)
$core.int get offset => $_getIZ(3);
  1. @TagNumber(4)
void offset=(int v)

Implementation

@$pb.TagNumber(4)
set offset($core.int v) {
  $_setUnsignedInt32(3, v);
}