URLBuilder.eth constructor
URLBuilder.eth(
- String apiKey,
- EthNetwork network,
- MagicLocale locale
Implementation
URLBuilder.eth(this.apiKey, EthNetwork network, this.locale) {
_ethNetwork = network.toString().split('.').last;
}