toHex method

String toHex()

Implementation

String toHex() {
  return encodeHex(toBytes(copy: false));
}