GetProxySessionResponse constructor

GetProxySessionResponse({
  1. ProxySession? proxySession,
})

Implementation

GetProxySessionResponse({
  this.proxySession,
});