ExcludedPaymentTypes constructor

ExcludedPaymentTypes({
  1. String? id,
})

Implementation

factory ExcludedPaymentTypes({
  String? id,
}) = _ExcludedPaymentTypes;