hexValue property

String hexValue

Returns hex representation of bytes contained in this memo.

Implementation

String get hexValue => Util.bytesToHex(this._bytes);