toHex64 method

String toHex64()

Converts this 64 bits int to HEX.

Implementation

String toHex64() => toUint8List64().toHex();