Gets a property value by name.
@param key The property name @return The property value, or null if not found
Constant? get(String key) => props[key];