Makes a deep copy of this Link.
Link copyWith({ String? relation, Uri? url, }) => Link( relation: relation ?? this.relation, url: url ?? this.url, );