SessionRequestEvent constructor
SessionRequestEvent(
- int id,
- String topic,
- String method,
- String chainId,
- dynamic params,
- TransportType transportType,
Implementation
SessionRequestEvent(
this.id,
this.topic,
this.method,
this.chainId,
this.params,
this.transportType,
);