Account constructor
Account({})
Implementation
Account({
required this.address,
required this.status,
required this.chain,
required this.isConnecting,
required this.isReconnecting,
required this.isConnected,
required this.isDisconnected,
this.connector,
});