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