whereNone method

Future<Iterable<None<T>>> whereNone()

Implementation

Future<Iterable<None<T>>> whereNone() {
  return Future.wait(this).then((e) => e.whereNone());
}