static Map<String, int?> getPositiveLongBulk(List<String> keys) { return {for (var key in keys) key: dataMap[key]?.uint64Value.toInt()}; }