PaymentMethodConfigResourcePaymentMethodProperties constructor

const PaymentMethodConfigResourcePaymentMethodProperties({
  1. required bool available,
  2. required PaymentMethodConfigResourceDisplayPreference displayPreference,
})

PaymentMethodConfigResourcePaymentMethodProperties

Implementation

const PaymentMethodConfigResourcePaymentMethodProperties({
  required this.available,
  required this.displayPreference,
});