offset property

  1. @TagNumber.new(1)
int get offset

Offset is the bucket index of the first entry in the bucket_counts array.

Note: This uses a varint encoding as a simple form of compression.

Implementation

@$pb.TagNumber(1)
$core.int get offset => $_getIZ(0);
  1. @TagNumber.new(1)
set offset (int value)

Implementation

@$pb.TagNumber(1)
set offset($core.int value) => $_setSignedInt32(0, value);