Returns true if the property with the specific name is contained.
name
bool contains(String name) => this._map.containsKey(name);