debug method

String debug()

Implementation

String debug() {
  return toRadixString(16).toUpperCase().padLeft(2, '0');
}