SessionProposalErrorEvent constructor
      
      SessionProposalErrorEvent(
    
    
- int id,
 - Map<
String, RequiredNamespace> requiredNamespaces, - Map<
String, Namespace> namespaces, - ReownSignError error,
 
Implementation
SessionProposalErrorEvent(
  this.id,
  this.requiredNamespaces,
  this.namespaces,
  this.error,
);