toHex property

String get toHex

Gets the hexadecimal representation of the protocol buffer data.

Implementation

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