PaymentMethodConfigResourcePaymentMethodProperties constructor
const
PaymentMethodConfigResourcePaymentMethodProperties({
- required bool available,
- required PaymentMethodConfigResourceDisplayPreference displayPreference,
PaymentMethodConfigResourcePaymentMethodProperties
Implementation
const PaymentMethodConfigResourcePaymentMethodProperties({
required this.available,
required this.displayPreference,
});