EtherscanAPI constructor Null safety
Implementation
EtherscanAPI({
required this.apiKey,
this.chain = EthChain.mainnet,
this.enableLogs = true,
this.timeout,
});
EtherscanAPI({
required this.apiKey,
this.chain = EthChain.mainnet,
this.enableLogs = true,
this.timeout,
});