VerifyDomainIdentityResponse constructor

VerifyDomainIdentityResponse({
  1. required String verificationToken,
})

Implementation

VerifyDomainIdentityResponse({
  required this.verificationToken,
});