SessionProposal constructor

SessionProposal(
  1. int id,
  2. ProposalData params
)

Implementation

SessionProposal(
  this.id,
  this.params,
);