FpaHttpProxyChainConfig class

Annotations
  • @JsonSerializable()

Constructors

FpaHttpProxyChainConfig({List<FpaChainInfo>? chainArray, int chainArraySize = 0, bool fallbackWhenNoChainAvailable = true})
FpaHttpProxyChainConfig.fromJson(Map<String, dynamic> json)
factory

Properties

chainArray List<FpaChainInfo>?
FpaChainInfo array
final
chainArraySize int
FpaChainInfo array size
final
fallbackWhenNoChainAvailable bool
When the http proxy cannot find the corresponding chain configuration, whether to fall back to the original link, if not, the link fails
final
hashCode int
The hash code for this object.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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