toHex method

String toHex()

Implementation

String toHex() {
  return toHexString(_arr).toUpperCase();
}