SanitizerElementNamespaceWithAttributes constructor
      
      SanitizerElementNamespaceWithAttributes({ 
    
    
- required String name,
- String? namespace,
- JSArray<SanitizerAttribute> attributes,
- JSArray<SanitizerAttribute> removeAttributes,
Implementation
external factory SanitizerElementNamespaceWithAttributes({
  required String name,
  String? namespace,
  JSArray<SanitizerAttribute> attributes,
  JSArray<SanitizerAttribute> removeAttributes,
});