copyWith method

Implementation

WalletTransactionCounterpartyInternational copyWith({String? iban}) {
  return WalletTransactionCounterpartyInternational(iban: iban ?? this.iban);
}