PaymentMethods constructor
PaymentMethods({
- required List<
PaymentMethod> methods, - List<
DigitalWallet> ? wallets,
Implementation
PaymentMethods({
required this.methods,
this.wallets
});