whereElement method

Iterable<Element> whereElement()

Implementation

Iterable<Element> whereElement() {
  return whereJSAny().where((e) => e.isA<Element>()).cast<Element>();
}