TypedDataDomain constructor

TypedDataDomain(
  1. String name,
  2. String version,
  3. BigInt chainId,
  4. EthereumAddress verifyingContract, {
  5. String? salt,
})

Implementation

TypedDataDomain(this.name, this.version, this.chainId, this.verifyingContract,
    {this.salt});