BuyerAddress constructor

BuyerAddress({
  1. String? buyerCountry,
  2. String? buyerPostcode,
  3. String? buyerState,
})

Implementation

BuyerAddress({this.buyerCountry, this.buyerPostcode, this.buyerState});