ProxyTSignupResponse constructor

const ProxyTSignupResponse({
  1. required String organizationId,
  2. v1WalletResult? wallet,
  3. required String userId,
  4. List<v1AppProof>? appProofs,
})

Implementation

const ProxyTSignupResponse({
  required  this.organizationId,
   this.wallet,
  required  this.userId,
   this.appProofs,
});