ProxyTSignupResponse constructor
const
ProxyTSignupResponse({
- required String organizationId,
- v1WalletResult? wallet,
- required String userId,
- List<
v1AppProof> ? appProofs,
Implementation
const ProxyTSignupResponse({
required this.organizationId,
this.wallet,
required this.userId,
this.appProofs,
});