String? getPackId(String name) { if (name == kCorePackId) return kCorePackId; return _packs[name]?.identifier; }