VerifyEmailResponse constructor

VerifyEmailResponse({
  1. Client? client,
  2. Token? token,
  3. AbonnementClient? abonnementClient,
})

Implementation

VerifyEmailResponse({
  this.client,
  this.token,
  this.abonnementClient,
});