PackItem<GameMode>? getModeItem(String id, [String namespace = '']) => PackItem.wrap( pack: this, namespace: namespace, id: id, item: getMode(id), );