WalletConnectException constructor

WalletConnectException(
  1. String message, {
  2. int code = 0,
  3. dynamic data,
})

Implementation

WalletConnectException(this.message, {this.code = 0, this.data});