CreateProxySessionResponse constructor

CreateProxySessionResponse({
  1. ProxySession? proxySession,
})

Implementation

CreateProxySessionResponse({
  this.proxySession,
});