isTagAllowed method

bool isTagAllowed(
  1. String tagName
)

Implementation

bool isTagAllowed(String tagName) => _childTagNames.contains(tagName);