Creates a copy of this claim with the given fields replaced with the new values.
Claim copyWith({String? id, List<Object>? values}) { return Claim(path: path, id: id ?? this.id, values: values ?? this.values); }