URLBuilder.eth constructor

URLBuilder.eth(
  1. String apiKey,
  2. EthNetwork network,
  3. MagicLocale locale
)

Implementation

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