EthereumChainSwitchNotSupported constructor

EthereumChainSwitchNotSupported(
  1. int code,
  2. String message,
  3. dynamic data
)

Implementation

EthereumChainSwitchNotSupported(this.code, this.message, this.data);