String? get(String name) { final values = getAll(name); return values.isEmpty ? null : values.first; }