check if children with tagName exists
tagName
bool hasChildren(String tagName) => findElements(tagName).isNotEmpty;