PaymentMethodDetailsSwish constructor

const PaymentMethodDetailsSwish({
  1. String? fingerprint,
  2. String? paymentReference,
  3. String? verifiedPhoneLast4,
})

payment_method_details_swish

Implementation

const PaymentMethodDetailsSwish({
  this.fingerprint,
  this.paymentReference,
  this.verifiedPhoneLast4,
});