AuditConfig constructor
      
      AuditConfig({ 
    
    
- List<AuditLogConfig> ? auditLogConfigs,
- String? service,
Implementation
AuditConfig({
  this.auditLogConfigs,
  this.service,
});