copyWithWrapped method

Implementation

WalletTransactionCounterpartyInternational copyWithWrapped(
    {Wrapped<String?>? iban}) {
  return WalletTransactionCounterpartyInternational(
      iban: (iban != null ? iban.value : this.iban));
}