hex property

String get hex

A hexadecimal representation of this address, padded to a length of 44 characters or 22 bytes, and prefixed with "0x".

Implementation

String get hex =>
    bytesToHex(addressBytes, include0x: true, forcePadLength: xcbAddrLength);