SanitizationWarning constructor Null safety
- {String? attributeName,
- String? elementName,
- SanitizationWarningReason? reason}
Implementation
SanitizationWarning({
this.attributeName,
this.elementName,
this.reason,
});
SanitizationWarning({
this.attributeName,
this.elementName,
this.reason,
});