toHexString method

String toHexString()

Implementation

String toHexString() {
  return '0x${encodeHex(this)}';
}