toHex property
String
get
toHex
Gets the hexadecimal representation of the protocol buffer data.
Implementation
String get toHex => BytesUtils.toHexString(toBuffer());
Gets the hexadecimal representation of the protocol buffer data.
String get toHex => BytesUtils.toHexString(toBuffer());