ListOfferingsResponse constructor

ListOfferingsResponse({
  1. String? nextToken,
  2. List<Offering>? offerings,
})

Implementation

ListOfferingsResponse({
  this.nextToken,
  this.offerings,
});