toHexString method

String toHexString()

Implementation

String toHexString() {
  return hex.encoder.convert(this);
}