AddrChanged constructor

AddrChanged(
  1. List response
)

Implementation

AddrChanged(List<dynamic> response)
    : node = (response[0] as _i2.Uint8List),
      a = (response[1] as _i1.EthereumAddress);