Parties copyWithWrapped({Wrapped<List<Party>>? party}) { return Parties(party: (party != null ? party.value : this.party)); }