pub fn into_hashmap(properties: Vec<Property>) -> HashMap<String, String>
Converts a Vec<Property> to a HashMap<String, String>.
Vec<Property>
HashMap<String, String>
This is a convenience function for converting a list of properties back to a map.