buildAncestorTokens method
Implementation
SelectorAncestorTokenSet buildAncestorTokens(Element element) {
return _buildAncestorTokens(element);
}
SelectorAncestorTokenSet buildAncestorTokens(Element element) {
return _buildAncestorTokens(element);
}