ListPromotionResponse constructor

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

Implementation

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