Makes a copy of this Link after merging in the given additional other properties.
properties
Link addProperties(Map<String, dynamic> properties) => copy(properties: this.properties.add(properties));