Element element
) Returns true if the tagName is an accepted type.
Source
bool allowsElement(Element element) {
return _validators.any((v) => v.allowsElement(element));
}
Returns true if the tagName is an accepted type.
bool allowsElement(Element element) {
return _validators.any((v) => v.allowsElement(element));
}