PaymentMethodDetailsCashapp constructor

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

payment_method_details_cashapp

Implementation

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