VerifyDomainIdentityResponse constructor
      
      VerifyDomainIdentityResponse({ 
    
    
- required String verificationToken,
Implementation
VerifyDomainIdentityResponse({
  required this.verificationToken,
});