toHexString method

String toHexString()

Implementation

String toHexString() {
  return value.toRadixString(16).substring(2);
}