PartyIndividual copyWith({IndividualName? name}) { return PartyIndividual(name: name ?? this.name); }