AutomaticallyVerifiedWebhook constructor
      
      AutomaticallyVerifiedWebhook({ 
    
    
- required String webhookType,
- required String webhookCode,
- required String accountId,
- required String itemId,
- required WebhookEnvironmentValues environment,
Implementation
AutomaticallyVerifiedWebhook({
  required this.webhookType,
  required this.webhookCode,
  required this.accountId,
  required this.itemId,
  required this.environment,
});