WalletException constructor

const WalletException(
  1. String message, {
  2. String? code,
  3. dynamic originalError,
})

Implementation

const WalletException(this.message, {this.code, this.originalError});