W3MChainInfo class

Available extensions
Annotations
  • @freezed

Constructors

W3MChainInfo({required String chainName, required String chainId, required String namespace, required String tokenName, required String rpcUrl, @Default(<String>[]) List<String> extraRpcUrls, String? chainIcon, W3MBlockExplorer? blockExplorer})
factory

Properties

blockExplorer W3MBlockExplorer?
no setterinherited
chainIcon String?
no setterinherited
chainId String
no setterinherited
chainName String
no setterinherited
copyWith → $W3MChainInfoCopyWith<W3MChainInfo>
no setterinherited
extraRpcUrls List<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
namespace String
no setterinherited
rpcUrl String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenName String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited