Ens constructor

Ens({
  1. EthereumAddress? address,
  2. required Web3Client client,
  3. int? chainId,
})

Implementation

Ens(
    {_i1.EthereumAddress? address,
    required _i1.Web3Client client,
    int? chainId})
    : super(
        _i1.DeployedContract(
          _contractAbi,
          address ?? ENS_RESOLVER,
        ),
        client,
        chainId,
      );