SanitizerConfig class
- Available extensions
- Annotations
- 
    - @anonymous
- @JS.new()
- @staticInterop
 
Constructors
Properties
- allowAttributes ↔ dynamic
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- allowComments ↔ bool
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- allowCustomElements ↔ bool
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- 
  allowElements
  ↔ Iterable<String> 
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- allowUnknownMarkup ↔ bool
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- 
  blockElements
  ↔ Iterable<String> 
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- dropAttributes ↔ dynamic
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- 
  dropElements
  ↔ Iterable<String> 
- 
      Available on SanitizerConfig, provided by the PropsSanitizerConfig extension getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited