whereType<T> method

view source

Iterable<T> whereType <T>() inherited

Implementation

Iterable<T> whereType<T>() => WhereTypeIterable<T>(this);