WalletConnectionState.connecting constructor

const WalletConnectionState.connecting(
  1. String walletName
)

Implementation

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