ListOfferingsResult constructor

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

Implementation

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