PaymentMethods constructor

PaymentMethods({
  1. required List<PaymentMethod> methods,
  2. List<DigitalWallet>? wallets,
})

Implementation

PaymentMethods({
  required this.methods,
  this.wallets
});