hex property

String hex

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

Implementation

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