hex property

String hex

Returns this address in a hexadecimal representation, with 0x prefixed.

Implementation

String get hex => numbers.toHex(number,
    pad: true, forcePadLen: _addLenBytes * 2, include0x: true);