toHex property

String toHex

Gets the hexadecimal representation of the protocol buffer data.

Implementation

String get toHex => BytesUtils.toHexString(toBuffer());