Future<List<Repo?>> getAllByUrl(List<String> urlValues) { final values = urlValues.map((e) => [e]).toList(); return getAllByIndex(r'url', values); }