toHex method

String toHex()

Implementation

String toHex() => '0x${toRadixString(16)}';