whereType<T> method

FutureOr<Iterable<T>> whereType<T>()

Implementation

FutureOr<Iterable<T>> whereType<T>() async {
  return (await this).whereType<T>();
}