WalletConnectionState.failed constructor

const WalletConnectionState.failed(
  1. String walletName,
  2. String error
)

Implementation

const WalletConnectionState.failed(String walletName, String error)
  : this._(
      WalletConnectionPhase.failed,
      walletName: walletName,
      error: error,
    );