SanitizationWarningReason enum Null safety
The reason for which the XML elements or attributes were sanitized.
Constructors
- SanitizationWarningReason()
-
const
Values
- disallowedElementRemoved → const SanitizationWarningReason
-
const SanitizationWarningReason(0)
- disallowedAttributeRemoved → const SanitizationWarningReason
-
const SanitizationWarningReason(1)
- invalidAttributeValueRemoved → const SanitizationWarningReason
-
const SanitizationWarningReason(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SanitizationWarningReason> -
A constant List of the values in this enum, in order of their declaration.
[disallowedElementRemoved, disallowedAttributeRemoved, invalidAttributeValueRemoved]