findMany method

Future<List<T>> findMany(
  1. Iterable<Object> ids
)

Implementation

Future<List<T>> findMany(Iterable<Object> ids) =>
    clone().whereKey(ids.toList()).get();