Get the property with the specific name. If not found return an empty instance.
name
Property getByName(String name) => this._map[name] ?? Property.empty();