SessionRequestEvent constructor

SessionRequestEvent(
  1. int id,
  2. String topic,
  3. String method,
  4. String chainId,
  5. dynamic params,
  6. TransportType transportType,
)

Implementation

SessionRequestEvent(
  this.id,
  this.topic,
  this.method,
  this.chainId,
  this.params,
  this.transportType,
);