firstValue property

String? firstValue
getter/setter pair

The offset of the first entry in the encoded data, or, if only a single integer was encoded, that single integer's value.

If the field is empty or missing, assume zero.

Implementation

core.String? firstValue;