WalletConnectionState.connected constructor

const WalletConnectionState.connected(
  1. String walletName
)

Implementation

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