getAllByOrderSync method
Implementation
List<MokuroCatalog?> getAllByOrderSync(List<int> orderValues) {
final values = orderValues.map((e) => [e]).toList();
return getAllByIndexSync(r'order', values);
}
List<MokuroCatalog?> getAllByOrderSync(List<int> orderValues) {
final values = orderValues.map((e) => [e]).toList();
return getAllByIndexSync(r'order', values);
}