totalEncodedByteLength property

int totalEncodedByteLength

The total length of this object, including its value bytes, the encoded tag and length bytes.

Implementation

int get totalEncodedByteLength => valueStartPosition + valueByteLength!;