whereType<T> method
Refer to Iterable.whereType;
Implementation
Future<Iterable<T>> whereType<T>() async => (await this).whereType<T>();
Refer to Iterable.whereType;
Future<Iterable<T>> whereType<T>() async => (await this).whereType<T>();