PrePopulatedData constructor

const PrePopulatedData({
  1. Address? buyerAddress,
  2. String? buyerEmail,
  3. String? buyerPhoneNumber,
})

Implementation

const PrePopulatedData({
  this.buyerAddress,
  this.buyerEmail,
  this.buyerPhoneNumber,
});