NetworkEthereumAttributes constructor

NetworkEthereumAttributes({
  1. String? chainId,
})

Implementation

NetworkEthereumAttributes({
  this.chainId,
});