SelectorAncestorTokenSet.lazy constructor

SelectorAncestorTokenSet.lazy(
  1. Element element
)

Implementation

factory SelectorAncestorTokenSet.lazy(Element element) {
  return SelectorAncestorTokenSet._(element, null, null, null);
}