zero property
EthereumAddress
get
zero
Returns the zero address (0x0000...0000).
Implementation
static EthereumAddress get zero => EthereumAddress(Uint8List(20));
Returns the zero address (0x0000...0000).
static EthereumAddress get zero => EthereumAddress(Uint8List(20));