EthereumUnrecognizedChainException constructor

const EthereumUnrecognizedChainException(
  1. int chainId, [
  2. int code = 4902,
  3. String message = ''
])

Implementation

const EthereumUnrecognizedChainException(this.chainId,
    [int code = 4902, String message = ''])
    : super(code, message, null);