ProxyTSignupV2Response constructor

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

Implementation

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