address property

String address

Returns this address in a hexadecimal representation, without any prefix

Implementation

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