whereElement method

Iterable<Element> whereElement()

Implementation

Iterable<Element> whereElement() =>
    where((e) => e.isA<Element>()).cast<Element>();