allowsElement method Null safety

bool allowsElement (
  1. Element element
)

Returns true if the tagName is an accepted type.

Implementation

bool allowsElement(Element element);