menu
particle_auth_flutter_plugin package
documentation
model/chain_info.dart
EthereumChain
EthereumChain constructor
EthereumChain constructor
dark_mode
light_mode
EthereumChain
constructor
EthereumChain
(
int
chainId
,
String
chainIdName
)
Implementation
EthereumChain(this.chainId, this.chainIdName) { chainName = ChainName.Ethereum.name; }
particle_auth_flutter_plugin package
documentation
model/chain_info
EthereumChain
EthereumChain constructor
EthereumChain class