DappMetaData constructor

DappMetaData(
  1. String walletConnectProjectId,
  2. String name,
  3. String icon,
  4. String url,
  5. String description, {
  6. String? redirect,
  7. String? verifyUrl,
})

Implementation

DappMetaData(this.walletConnectProjectId, this.name, this.icon, this.url, this.description,
    {this.redirect, this.verifyUrl});