numEntries property
The number of entries that are delta encoded in the encoded data.
If only a single integer was encoded, this will be zero and the single
value will be stored in first_value
.
Implementation
core.int? numEntries;
The number of entries that are delta encoded in the encoded data.
If only a single integer was encoded, this will be zero and the single
value will be stored in first_value
.
core.int? numEntries;