FpaChainInfo class

Annotations
  • @JsonSerializable()

Constructors

FpaChainInfo({required String address, int port = 0, int chainId = 0, bool enableFallback = true})
FpaChainInfo.fromJson(Map<String, dynamic> json)
factory

Properties

address String
ip or domain
final
chainId int
fpa chain id
final
enableFallback bool
Whether to fall back to the original link, if not, the link fails
final
hashCode int
The hash code for this object.
no setterinherited
port int
port
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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