whereJSAny method

Iterable<JSAny> whereJSAny()

Implementation

Iterable<JSAny> whereJSAny() => map((e) => e.asJSAny).nonNulls;