String? get(String name) { final vals = _map[_norm(name)]; if (vals == null || vals.isEmpty) return null; return vals.first; }