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