etherscan_api
etherscan_api
EtherScanFailure
EtherScanFailure constructor
EtherScanFailure
etherscan_api
etherscan_api
EtherScanFailure
EtherScanFailure constructor
EtherScanFailure class
Constructors
EtherScanFailure
Properties
code
hashCode
message
props
runtimeType
stringify
Methods
noSuchMethod
toString
Operators
operator ==
EtherScanFailure
constructor
Null safety
EtherScanFailure
(
{
String
message
=
''
,
int
code
=
-1
}
)
Implementation
EtherScanFailure({this.message = '', this.code = -1});