hexNo0x property

String hexNo0x

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

Implementation

String get hexNo0x =>
    bytesToHex(addressBytes, include0x: false, forcePadLength: 40);