ListDealsResponse constructor

ListDealsResponse({
  1. List<Deal>? deals,
  2. String? nextPageToken,
})

Implementation

ListDealsResponse({
  this.deals,
  this.nextPageToken,
});