ListBuyersResponse constructor

ListBuyersResponse({
  1. List<Buyer>? buyers,
  2. String? nextPageToken,
})

Implementation

ListBuyersResponse({
  this.buyers,
  this.nextPageToken,
});