WCApproveSessionResponse constructor
WCApproveSessionResponse({})
Implementation
WCApproveSessionResponse({
this.approved = true,
this.chainId,
required this.accounts,
required this.peerId,
required this.peerMeta,
});