Add a new property with a specific name.
property
name
void add({required String name, required Property property}) => this._map[name] = property;