ListPromotionsResponse constructor

ListPromotionsResponse({
  1. String? nextPageToken,
  2. List<Promotion>? promotions,
})

Implementation

ListPromotionsResponse({this.nextPageToken, this.promotions});