VerifyEmailResponse constructor
VerifyEmailResponse({
- Client? client,
- Token? token,
- AbonnementClient? abonnementClient,
Implementation
VerifyEmailResponse({
this.client,
this.token,
this.abonnementClient,
});