ListListingsResponse constructor

ListListingsResponse({
  1. List<Listing>? listings,
  2. String? nextPageToken,
})

Implementation

ListListingsResponse({
  this.listings,
  this.nextPageToken,
});