ReownAppKitModalNetworkInfo class

Available extensions
Annotations
  • @freezed

Constructors

ReownAppKitModalNetworkInfo({required String name, required String chainId, required String currency, required String rpcUrl, required String explorerUrl, @Default(<String>[]) List<String> extraRpcUrls, @Default(false) bool isTestNetwork, String? chainIcon})
factory

Properties

chainIcon String?
no setterinherited
chainId String
no setterinherited
copyWith → $ReownAppKitModalNetworkInfoCopyWith<ReownAppKitModalNetworkInfo>
no setterinherited
currency String
no setterinherited
explorerUrl String
no setterinherited
extraRpcUrls List<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isTestNetwork bool
no setterinherited
name String
no setterinherited
rpcUrl String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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