hexValue property
Returns hex representation of bytes contained in this memo.
Implementation
String get hexValue => Util.bytesToHex(this._bytes);
Returns hex representation of bytes contained in this memo.
String get hexValue => Util.bytesToHex(this._bytes);