PaymentMethodCashapp constructor

const PaymentMethodCashapp({
  1. String? buyerId,
  2. String? cashtag,
})

payment_method_cashapp

Implementation

const PaymentMethodCashapp({
  this.buyerId,
  this.cashtag,
});