offset property
Where should we start returning scores from in the elements within this range?
Implementation
@$pb.TagNumber(4)
$core.int get offset => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set offset($core.int v) {
$_setUnsignedInt32(3, v);
}