PaymentMethodDetailsEps constructor

const PaymentMethodDetailsEps({
  1. PaymentMethodDetailsEpsBank? bank,
  2. String? verifiedName,
})

payment_method_details_eps

Implementation

const PaymentMethodDetailsEps({
  this.bank,
  this.verifiedName,
});