NetworkParam constructor

NetworkParam(
  1. int chainId,
  2. int networkId,
  3. String rpcUrl
)

Implementation

NetworkParam(this.chainId, this.networkId, this.rpcUrl);